mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(core): call multiple connectors in parallel (#128)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user