mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(customers): add customer list endpoint (#2564)
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
@ -47,7 +47,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::CustomersRetrieve
|
||||
| Flow::CustomersUpdate
|
||||
| Flow::CustomersDelete
|
||||
| Flow::CustomersGetMandates => Self::Customers,
|
||||
| Flow::CustomersGetMandates
|
||||
| Flow::CustomersList => Self::Customers,
|
||||
|
||||
Flow::EphemeralKeyCreate | Flow::EphemeralKeyDelete => Self::Ephemeral,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user