Check if guest customer id exist in user meta when checking if payment exist on PayPal

This commit is contained in:
Emili Castells Guasch 2023-08-03 12:28:20 +02:00
parent c198929919
commit a211553e4b
3 changed files with 104 additions and 3 deletions

View file

@ -30,6 +30,7 @@ return array(
$container->get( 'wcgateway.settings' ),
$container->get( 'wcgateway.processor.authorized-payments' ),
$container->get( 'api.endpoint.payments' ),
$container->get( 'api.endpoint.payment-token' ),
$container->get( 'woocommerce.logger.woocommerce' )
);
},