Add authorize handling for saved card payment token (WIP)

This commit is contained in:
Emili Castells Guasch 2024-03-01 16:21:09 +01:00
parent 6aedb51707
commit fd829933c4
2 changed files with 40 additions and 3 deletions

View file

@ -130,6 +130,7 @@ return array(
$payments_endpoint,
$vaulted_credit_card_handler,
$container->get( 'onboarding.environment' ),
$container->get( 'api.endpoint.order' ),
$logger
);
},