Add PayPal WC payment token (WIP)

This commit is contained in:
emilicastells 2022-11-23 17:00:04 +01:00
parent e5cced2008
commit f9e6fe7aed
No known key found for this signature in database
GPG key ID: 1520C07081754570
6 changed files with 74 additions and 3 deletions

View file

@ -70,4 +70,7 @@ return array(
$container->get( 'wcgateway.settings' )
);
},
'vaulting.payment-token-paypal' => function(ContainerInterface $container): PaymentTokenPayPal {
return new PaymentTokenPayPal();
}
);