feat(router): added api for the deleting config key (#3554)

Co-authored-by: Kartikeya Hegde <karthihegde010@gmail.com>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
This commit is contained in:
Tanbir Ali
2024-02-22 16:55:10 +05:30
committed by GitHub
parent 863e380cf2
commit bbb3d3d1e2
8 changed files with 58 additions and 12 deletions

View File

@ -82,6 +82,8 @@ pub enum Flow {
ConfigKeyFetch,
/// ConfigKey Update flow.
ConfigKeyUpdate,
/// ConfigKey Delete flow.
ConfigKeyDelete,
/// Customers create flow.
CustomersCreate,
/// Customers retrieve flow.