mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(core): [Payouts] Add billing address to payout list (#5004)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -1521,7 +1521,7 @@ impl GetProfileId for storage::Payouts { | ||||
|     } | ||||
| } | ||||
| #[cfg(feature = "payouts")] | ||||
| impl<T, F> GetProfileId for (storage::Payouts, T, F) { | ||||
| impl<T, F, R> GetProfileId for (storage::Payouts, T, F, R) { | ||||
|     fn get_profile_id(&self) -> Option<&common_utils::id_type::ProfileId> { | ||||
|         self.0.get_profile_id() | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sakil Mostak
					Sakil Mostak