Create WC payment token if it exist in PayPal

This commit is contained in:
Emili Castells Guasch 2024-03-21 12:36:45 +01:00
parent 3de845a934
commit 082550b363
5 changed files with 99 additions and 7 deletions

View file

@ -136,6 +136,7 @@ return array(
$container->get( 'wcgateway.endpoint.capture-card-payment' ),
$container->get( 'api.prefix' ),
$container->get( 'api.endpoint.payment-tokens' ),
$container->get( 'save-payment-methods.wc-payment-tokens' ),
$logger
);
},