mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
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:
commit
654fcfc521
2 changed files with 85 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue