mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(merchant_account): change primary_business_details to vec in update (#877)
This commit is contained in:
@ -134,7 +134,7 @@ pub struct MerchantAccountUpdate {
|
||||
pub locker_id: Option<String>,
|
||||
|
||||
///Default business details for connector routing
|
||||
pub primary_business_details: Option<PrimaryBusinessDetails>,
|
||||
pub primary_business_details: Option<Vec<PrimaryBusinessDetails>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, ToSchema, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user