mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat: add create retrieve and update api endpoints for organization resource (#5361)
This commit is contained in:
@ -6,6 +6,7 @@ pub enum ApiIdentifier {
|
||||
Payments,
|
||||
Refunds,
|
||||
Webhooks,
|
||||
Organization,
|
||||
MerchantAccount,
|
||||
MerchantConnector,
|
||||
Configs,
|
||||
@ -48,6 +49,10 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::MerchantTransferKey
|
||||
| Flow::MerchantAccountList => Self::MerchantAccount,
|
||||
|
||||
Flow::OrganizationCreate | Flow::OrganizationRetrieve | Flow::OrganizationUpdate => {
|
||||
Self::Organization
|
||||
}
|
||||
|
||||
Flow::RoutingCreateConfig
|
||||
| Flow::RoutingLinkConfig
|
||||
| Flow::RoutingUnlinkConfig
|
||||
|
||||
Reference in New Issue
Block a user