mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(core): eliminate business profile database queries in payments confirm flow (#2190)
This commit is contained in:
@ -565,6 +565,7 @@ pub async fn create_recipient(
|
||||
merchant_account,
|
||||
payout_data.payout_attempt.profile_id.as_ref(),
|
||||
&*state.store,
|
||||
false,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user