Ensure correct transaction url by saving payment mode meta

This commit is contained in:
Emili Castells Guasch 2024-03-01 13:55:00 +01:00
parent 78ef57145c
commit 6aedb51707
2 changed files with 29 additions and 13 deletions

View file

@ -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 {