mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(merchant_account_v2): recreate id for merchant_account v2 (#5439)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -440,7 +440,7 @@ pub struct MerchantAccountResponse {
|
||||
pub struct MerchantAccountResponse {
|
||||
/// The identifier for the Merchant Account
|
||||
#[schema(max_length = 64, example = "y3oqhf46pyzuxjbcn2giaqnb44")]
|
||||
pub id: String,
|
||||
pub id: id_type::MerchantId,
|
||||
|
||||
/// Name of the Merchant Account
|
||||
#[schema(value_type = String,example = "NewAge Retailer")]
|
||||
|
||||
Reference in New Issue
Block a user