Merge pull request #2700 from woocommerce/PCP-988-Missing-custom-field-PayPal-Transaction-Fee-for-OXXO

Missing custom field PayPal Transaction Fee for OXXO (988)
This commit is contained in:
Emili Castells 2024-10-22 14:47:49 +02:00 committed by GitHub
commit 654fcfc521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 85 additions and 6 deletions

View file

@ -1430,7 +1430,10 @@ return array(
return new OXXO(
$container->get( 'wcgateway.checkout-helper' ),
$container->get( 'wcgateway.url' ),
$container->get( 'ppcp.asset-version' )
$container->get( 'ppcp.asset-version' ),
$container->get( 'api.endpoint.order' ),
$container->get( 'woocommerce.logger.woocommerce' ),
$container->get( 'api.factory.capture' )
);
},
'wcgateway.oxxo-gateway' => static function( ContainerInterface $container ): OXXOGateway {