mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
fix(connector_customer): create connector_customer on requirement basis (#1097)
This commit is contained in:
@ -74,7 +74,7 @@ pub trait Feature<F, T> {
|
||||
&self,
|
||||
_state: &AppState,
|
||||
_connector: &api::ConnectorData,
|
||||
_customer: &Option<storage::Customer>,
|
||||
_connector_customer_map: Option<serde_json::Map<String, serde_json::Value>>,
|
||||
) -> RouterResult<(Option<String>, Option<storage::CustomerUpdate>)>
|
||||
where
|
||||
F: Clone,
|
||||
|
||||
Reference in New Issue
Block a user