mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix linting errors
This commit is contained in:
parent
8658ab0d89
commit
d8d908a3a1
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
$general_settings = $container->get( 'settings.data.general' );
|
||||
assert( $general_settings instanceof GeneralSettings );
|
||||
|
||||
$merchant_data = $general_settings->get_merchant_data();
|
||||
$merchant_data = $general_settings->get_merchant_data();
|
||||
$merchant_country = $merchant_data->merchant_country;
|
||||
|
||||
// Unset BCDC if merchant is eligible for ACDC and country is eligible for card fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue