mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add mandates list api (#1143)
This commit is contained in:
committed by
GitHub
parent
bd8868efd0
commit
75ba3ff09f
@ -96,6 +96,8 @@ pub enum Flow {
|
||||
MandatesRetrieve,
|
||||
/// Mandates revoke flow.
|
||||
MandatesRevoke,
|
||||
/// Mandates list flow.
|
||||
MandatesList,
|
||||
/// Payment methods create flow.
|
||||
PaymentMethodsCreate,
|
||||
/// Payment methods list flow.
|
||||
|
||||
Reference in New Issue
Block a user