Fix UK country code in Square support check

This commit is contained in:
Paul Dechov 2017-12-13 09:37:15 -05:00
parent f4c557a9be
commit d7ae29fe51
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ class WC_Admin_Setup_Wizard {
'US',
'CA',
'JP',
'UK',
'GB',
'AU',
);
return in_array( $country_code, $square_supported_countries, true );