refactor(core): eliminate business profile database queries in payments confirm flow (#2190)

This commit is contained in:
BallaNitesh
2023-09-22 14:45:33 +05:30
committed by GitHub
parent 8b89969476
commit 90e43929a0
8 changed files with 28 additions and 16 deletions

View File

@ -565,6 +565,7 @@ pub async fn create_recipient(
merchant_account,
payout_data.payout_attempt.profile_id.as_ref(),
&*state.store,
false,
)
.await?;