mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +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
	 Narayan Bhat
					Narayan Bhat