mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Ensure correct transaction url by saving payment mode meta
This commit is contained in:
parent
78ef57145c
commit
6aedb51707
2 changed files with 29 additions and 13 deletions
|
@ -127,9 +127,10 @@ return array(
|
|||
$state,
|
||||
$transaction_url_provider,
|
||||
$subscription_helper,
|
||||
$logger,
|
||||
$payments_endpoint,
|
||||
$vaulted_credit_card_handler
|
||||
$vaulted_credit_card_handler,
|
||||
$container->get( 'onboarding.environment' ),
|
||||
$logger
|
||||
);
|
||||
},
|
||||
'wcgateway.card-button-gateway' => static function ( ContainerInterface $container ): CardButtonGateway {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue