mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add PayPal WC payment token (WIP)
This commit is contained in:
parent
e5cced2008
commit
f9e6fe7aed
6 changed files with 74 additions and 3 deletions
|
@ -70,4 +70,7 @@ return array(
|
|||
$container->get( 'wcgateway.settings' )
|
||||
);
|
||||
},
|
||||
'vaulting.payment-token-paypal' => function(ContainerInterface $container): PaymentTokenPayPal {
|
||||
return new PaymentTokenPayPal();
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue