mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix phpcd
This commit is contained in:
parent
b161b8cfb5
commit
e3dc563a6f
5 changed files with 20 additions and 8 deletions
|
@ -74,7 +74,7 @@ return array(
|
|||
$prefix = $container->get( 'api.prefix' );
|
||||
$order_endpoint = $container->get( 'api.endpoint.order' );
|
||||
$authorized_payments_processor = $container->get( 'wcgateway.processor.authorized-payments' );
|
||||
$payment_token_paypal = $container->get('vaulting.payment-token-paypal');
|
||||
$payment_token_paypal = $container->get( 'vaulting.payment-token-paypal' );
|
||||
|
||||
return array(
|
||||
new CheckoutOrderApproved( $logger, $prefix, $order_endpoint ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue