mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add delete_evidence api for disputes (#3608)
This commit is contained in:
committed by
GitHub
parent
b6754a7de8
commit
1dc660f804
@ -235,6 +235,8 @@ pub enum Flow {
|
||||
CreateConfigKey,
|
||||
/// Attach Dispute Evidence flow
|
||||
AttachDisputeEvidence,
|
||||
/// Delete Dispute Evidence flow
|
||||
DeleteDisputeEvidence,
|
||||
/// Retrieve Dispute Evidence flow
|
||||
RetrieveDisputeEvidence,
|
||||
/// Invalidate cache flow
|
||||
|
||||
Reference in New Issue
Block a user