mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(core): implemented platform merchant account (#6882)
Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
This commit is contained in:
@ -48,7 +48,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::MerchantsAccountUpdate
|
||||
| Flow::MerchantsAccountDelete
|
||||
| Flow::MerchantTransferKey
|
||||
| Flow::MerchantAccountList => Self::MerchantAccount,
|
||||
| Flow::MerchantAccountList
|
||||
| Flow::EnablePlatformAccount => Self::MerchantAccount,
|
||||
|
||||
Flow::OrganizationCreate | Flow::OrganizationRetrieve | Flow::OrganizationUpdate => {
|
||||
Self::Organization
|
||||
|
||||
Reference in New Issue
Block a user