refactor(core): move update trackers after build request (#1472)

This commit is contained in:
Narayan Bhat
2023-06-19 13:04:45 +05:30
committed by GitHub
parent 1b2841be59
commit 6114fb6340
32 changed files with 330 additions and 212 deletions

View File

@ -227,6 +227,7 @@ pub async fn add_payment_method_token<F: Clone, T: Clone>(
connector_integration,
&pm_token_router_data,
payments::CallConnectorAction::Trigger,
None,
)
.await
.to_payment_failed_response()?;