mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Use wc country instead of new settings service
This commit is contained in:
parent
a42a038ed0
commit
fd48506ae7
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ return array(
|
|||
$container->get( 'wcgateway.settings' ),
|
||||
$container->get( 'wcgateway.all-funding-sources' ),
|
||||
$container->get( 'wcgateway.configuration.card-configuration' ),
|
||||
$container->get( 'settings.data.general' )->get_merchant_country()
|
||||
$container->get( 'api.shop.country' )
|
||||
);
|
||||
},
|
||||
'button.is-logged-in' => static function ( ContainerInterface $container ): bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue