mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix typo in class name
This commit is contained in:
parent
1d17a4d3ab
commit
56017ba52a
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ return array(
|
|||
$container->get( 'vaulting.module-url' )
|
||||
);
|
||||
},
|
||||
'vaulting.payment-tokens-renderer' => static function (): PaymentTokensRendered {
|
||||
return new PaymentTokensRendered();
|
||||
'vaulting.payment-tokens-renderer' => static function (): PaymentTokensRenderer {
|
||||
return new PaymentTokensRenderer();
|
||||
},
|
||||
'vaulting.repository.payment-token' => static function ( $container ): PaymentTokenRepository {
|
||||
$factory = $container->get( 'api.factory.payment-token' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue