This commit is contained in:
Emili Castells Guasch 2024-03-22 11:55:44 +01:00
parent 04be31b065
commit 87b2aea210
9 changed files with 77 additions and 91 deletions

View file

@ -46,7 +46,7 @@ return array(
$container->get( 'wc-subscriptions.helpers.real-time-account-updater' ),
$container->get( 'wc-subscriptions.helper' ),
$container->get( 'api.endpoint.payment-tokens' ),
$container->get( 'save-payment-methods.wc-payment-tokens' )
$container->get( 'vaulting.wc-payment-tokens' )
);
},
'wc-subscriptions.repository.payment-token' => static function ( ContainerInterface $container ): PaymentTokenRepository {