mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add authorize handling for saved card payment token (WIP)
This commit is contained in:
parent
6aedb51707
commit
fd829933c4
2 changed files with 40 additions and 3 deletions
|
@ -130,6 +130,7 @@ return array(
|
|||
$payments_endpoint,
|
||||
$vaulted_credit_card_handler,
|
||||
$container->get( 'onboarding.environment' ),
|
||||
$container->get( 'api.endpoint.order' ),
|
||||
$logger
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue