mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(core): introduce an interface to switch between old and new connector integration implementations on the connectors (#5013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -26,7 +26,7 @@ pub async fn generate_access_token(state: SessionState) -> RouterResult<types::A
|
||||
connector::Paypal::get_access_token(
|
||||
&state,
|
||||
verify_connector_types::VerifyConnectorData {
|
||||
connector: *boxed_connector,
|
||||
connector: boxed_connector,
|
||||
connector_auth,
|
||||
card_details: verify_connector_utils::get_test_card_details(connector)?.ok_or(
|
||||
ApiErrorResponse::FlowNotSupported {
|
||||
|
||||
Reference in New Issue
Block a user