feat(config): add fetch endpoint for config table (#481)

This commit is contained in:
Kartikeya Hegde
2023-02-02 23:47:38 +05:30
committed by GitHub
parent 2939cff70e
commit 2735405aba
15 changed files with 216 additions and 6 deletions

View File

@ -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.