mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(business_profile): introduce business profile v2 update endpoint (#5641)
This commit is contained in:
@ -79,6 +79,11 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::merchant_account::merchant_account_create,
|
||||
routes::merchant_account::merchant_account_retrieve,
|
||||
routes::merchant_account::merchant_account_update,
|
||||
|
||||
// Routes for business profile
|
||||
routes::business_profile::business_profile_create,
|
||||
routes::business_profile::business_profile_retrieve,
|
||||
routes::business_profile::business_profile_update,
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
@ -154,6 +159,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::ConnectorStatus,
|
||||
api_models::enums::AuthorizationStatus,
|
||||
api_models::enums::PaymentMethodStatus,
|
||||
api_models::enums::OrderFulfillmentTimeOrigin,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
api_models::admin::MerchantRecipientData,
|
||||
|
||||
Reference in New Issue
Block a user