Merge pull request #2667 from woocommerce/PCP-3744-fix-multicurrency

Fix multi-currency support
This commit is contained in:
Emili Castells 2024-10-03 12:40:35 +02:00 committed by GitHub
commit 634b3707ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 238 additions and 165 deletions

View file

@ -34,7 +34,7 @@ return array(
return new ApmApplies(
$container->get( 'applepay.supported-countries' ),
$container->get( 'applepay.supported-currencies' ),
$container->get( 'api.shop.currency' ),
$container->get( 'api.shop.currency.getter' ),
$container->get( 'api.shop.country' )
);
},