mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [Square] Implement Card Payments for Square (#1902)
This commit is contained in:
@ -59,7 +59,7 @@ pub trait Feature<F, T> {
|
||||
dyn api::Connector: services::ConnectorIntegration<F, T, types::PaymentsResponseData>;
|
||||
|
||||
async fn add_payment_method_token<'a>(
|
||||
&self,
|
||||
&mut self,
|
||||
_state: &AppState,
|
||||
_connector: &api::ConnectorData,
|
||||
_tokenization_action: &payments::TokenizationAction,
|
||||
|
||||
Reference in New Issue
Block a user