Fix UK country code in Square support check
This commit is contained in:
parent
f4c557a9be
commit
d7ae29fe51
|
@ -1056,7 +1056,7 @@ class WC_Admin_Setup_Wizard {
|
||||||
'US',
|
'US',
|
||||||
'CA',
|
'CA',
|
||||||
'JP',
|
'JP',
|
||||||
'UK',
|
'GB',
|
||||||
'AU',
|
'AU',
|
||||||
);
|
);
|
||||||
return in_array( $country_code, $square_supported_countries, true );
|
return in_array( $country_code, $square_supported_countries, true );
|
||||||
|
|
Loading…
Reference in New Issue