mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(config): add fetch endpoint for config table (#481)
This commit is contained in:
@ -72,6 +72,12 @@ pub enum Flow {
|
||||
PaymentConnectorsDelete,
|
||||
/// Payment connectors list flow.
|
||||
PaymentConnectorsList,
|
||||
/// ConfigKey create flow.
|
||||
ConfigKeyCreate,
|
||||
/// ConfigKey fetch flow.
|
||||
ConfigKeyFetch,
|
||||
/// ConfigKey Update flow.
|
||||
ConfigKeyUpdate,
|
||||
/// Customers create flow.
|
||||
CustomersCreate,
|
||||
/// Customers retrieve flow.
|
||||
|
||||
Reference in New Issue
Block a user