feat(router): add merchant_category_code in business profile (#8296)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Shankar Singh C
2025-06-12 15:35:50 +05:30
committed by GitHub
parent 5a37c283d6
commit 0f14279866
17 changed files with 254 additions and 4 deletions

View File

@ -324,6 +324,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::BankType,
api_models::enums::BankHolderType,
api_models::enums::CardNetwork,
api_models::enums::MerchantCategoryCode,
api_models::enums::DisputeStage,
api_models::enums::DisputeStatus,
api_models::enums::CountryAlpha2,