mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): added dispute accept api, file module apis and dispute evidence submission api (#900)
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
bcbf4c882c
commit
bdf1e5147e
@ -168,6 +168,14 @@ pub enum Flow {
|
||||
DisputesList,
|
||||
/// Cards Info flow
|
||||
CardsInfo,
|
||||
/// Create File flow
|
||||
CreateFile,
|
||||
/// Delete File flow
|
||||
DeleteFile,
|
||||
/// Retrieve File flow
|
||||
RetrieveFile,
|
||||
/// Dispute Evidence submission flow
|
||||
DisputesEvidenceSubmit,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user