feat(core): implemented platform merchant account (#6882)

Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
This commit is contained in:
Rachit Naithani
2024-12-23 18:23:22 +05:30
committed by GitHub
parent d4b3dbc155
commit 95fcf2a44b
64 changed files with 595 additions and 16 deletions

View File

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