Fix phpcd

This commit is contained in:
emilicastells 2022-12-08 14:18:03 +01:00
parent b161b8cfb5
commit e3dc563a6f
No known key found for this signature in database
GPG key ID: 1520C07081754570
5 changed files with 20 additions and 8 deletions

View file

@ -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 ),