mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix phpcs
This commit is contained in:
parent
76a81b535b
commit
28d7e5d771
4 changed files with 75 additions and 50 deletions
|
@ -57,10 +57,10 @@ return array(
|
|||
$container->get( 'woocommerce.logger.woocommerce' )
|
||||
);
|
||||
},
|
||||
'vaulting.credit-card-handler' => function(ContainerInterface $container): VaultedCreditCardHandler {
|
||||
'vaulting.credit-card-handler' => function( ContainerInterface $container ): VaultedCreditCardHandler {
|
||||
return new VaultedCreditCardHandler(
|
||||
$container->get('subscription.helper'),
|
||||
$container->get('vaulting.repository.payment-token'),
|
||||
$container->get( 'subscription.helper' ),
|
||||
$container->get( 'vaulting.repository.payment-token' ),
|
||||
$container->get( 'api.factory.purchase-unit' ),
|
||||
$container->get( 'api.factory.payer' ),
|
||||
$container->get( 'api.factory.shipping-preference' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue