mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	refactor(merchant_account): make organization_id as mandatory (#2458)
				
					
				
			This commit is contained in:
		| @ -265,7 +265,7 @@ pub struct MerchantAccountResponse { | ||||
|     pub intent_fulfillment_time: Option<i64>, | ||||
|  | ||||
|     /// The organization id merchant is associated with | ||||
|     pub organization_id: Option<String>, | ||||
|     pub organization_id: String, | ||||
|  | ||||
|     ///  A boolean value to indicate if the merchant has recon service is enabled or not, by default value is false | ||||
|     pub is_recon_enabled: bool, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat