Retrieve shop currency later to avoid early caching in service

This commit is contained in:
Alex P. 2024-10-03 10:10:50 +03:00
parent b3d457d64a
commit f85df4718a
No known key found for this signature in database
GPG key ID: 54487A734A204D71
24 changed files with 187 additions and 136 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' )
);
},