mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): added dispute retrieve and dispute list apis (#842)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in> Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d1d58e33b7
commit
acab7671b0
@ -162,6 +162,10 @@ pub enum Flow {
|
||||
ApiKeyRevoke,
|
||||
/// API Key list flow
|
||||
ApiKeyList,
|
||||
/// Dispute Retrieve flow
|
||||
DisputesRetrieve,
|
||||
/// Dispute List flow
|
||||
DisputesList,
|
||||
/// Cards Info flow
|
||||
CardsInfo,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user