feat(core): call multiple connectors in parallel (#128)

This commit is contained in:
Narayan Bhat
2022-12-13 13:26:11 +05:30
committed by GitHub
parent 124048ce75
commit 9c2f296f25
9 changed files with 35 additions and 29 deletions

View File

@ -32,7 +32,7 @@ pub trait Feature<F, T> {
async fn decide_flows<'a>(
self,
state: &AppState,
connector: api::ConnectorData,
connector: &api::ConnectorData,
maybe_customer: &Option<storage::Customer>,
call_connector_action: payments::CallConnectorAction,
storage_scheme: enums::MerchantStorageScheme,