mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(business_profile_v2): business profile v2 create and retrieve endpoint (#5606)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
		| @ -306,7 +306,7 @@ impl MerchantConnectorAccounts { | ||||
|     where | ||||
|         T: std::hash::Hash + Eq, | ||||
|     { | ||||
|         self.filter_and_map(|mca| mca.profile_id.as_deref() == Some(profile_id), func) | ||||
|         self.filter_and_map(|mca| mca.profile_id == profile_id, func) | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat