Merge pull request #2771 from woocommerce/PCP-3824-revert-countries-currencies

Remove country and currency support for Hong Kong and Singapore (3824)
This commit is contained in:
Philipp Stracker 2024-11-08 16:43:41 +01:00 committed by GitHub
commit 3ecf5ced9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 22 deletions

View file

@ -572,7 +572,6 @@ return array(
'CZK',
'DKK',
'EUR',
'HKD',
'HUF',
'ILS',
'JPY',
@ -585,7 +584,6 @@ return array(
'PLN',
'GBP',
'RUB',
'SGD',
'SEK',
'CHF',
'THB',
@ -606,7 +604,6 @@ return array(
'DKK',
'EUR',
'GBP',
'HKD',
'HUF',
'ILS',
'JPY',
@ -616,7 +613,6 @@ return array(
'PHP',
'PLN',
'SEK',
'SGD',
'THB',
'TWD',
'USD',
@ -642,7 +638,6 @@ return array(
'FR' => $default_currencies,
'DE' => $default_currencies,
'GR' => $default_currencies,
'HK' => $default_currencies,
'HU' => $default_currencies,
'IE' => $default_currencies,
'IT' => $default_currencies,
@ -660,7 +655,6 @@ return array(
'PT' => $default_currencies,
'RO' => $default_currencies,
'SK' => $default_currencies,
'SG' => $default_currencies,
'SI' => $default_currencies,
'ES' => $default_currencies,
'SE' => $default_currencies,
@ -716,7 +710,6 @@ return array(
'FR' => $mastercard_visa_amex,
'GB' => $mastercard_visa_amex,
'GR' => $mastercard_visa_amex,
'HK' => $mastercard_visa_amex,
'HU' => $mastercard_visa_amex,
'IE' => $mastercard_visa_amex,
'IT' => $mastercard_visa_amex,
@ -746,7 +739,6 @@ return array(
'SE' => $mastercard_visa_amex,
'SI' => $mastercard_visa_amex,
'SK' => $mastercard_visa_amex,
'SG' => $mastercard_visa_amex,
'JP' => array(
'mastercard' => array(),
'visa' => array(),

View file

@ -191,7 +191,6 @@ return array(
'FR', // France
'DE', // Germany
'GR', // Greece
'HK', // Hong Kong
'HU', // Hungary
'IE', // Ireland
'IT', // Italy
@ -205,7 +204,6 @@ return array(
'PL', // Poland
'PT', // Portugal
'RO', // Romania
'SG', // Singapore
'SK', // Slovakia
'SI', // Slovenia
'ES', // Spain
@ -236,7 +234,6 @@ return array(
'DKK', // Danish Krone
'EUR', // Euro
'GBP', // British Pound Sterling
'HKD', // Hong Kong Dollar
'HUF', // Hungarian Forint
'ILS', // Israeli New Shekel
'JPY', // Japanese Yen
@ -246,7 +243,6 @@ return array(
'PHP', // Philippine Peso
'PLN', // Polish Zloty
'SEK', // Swedish Krona
'SGD', // Singapore Dollar
'THB', // Thai Baht
'TWD', // New Taiwan Dollar
'USD', // United States Dollar

View file

@ -43,7 +43,6 @@ return array(
'FR',
'DE',
'GR',
'HK',
'HU',
'IE',
'IT',
@ -56,7 +55,6 @@ return array(
'PL',
'PT',
'RO',
'SG',
'SK',
'SI',
'ES',

View file

@ -106,7 +106,6 @@ return array(
'FR', // France
'DE', // Germany
'GR', // Greece
'HK', // Hong Kong
'HU', // Hungary
'IE', // Ireland
'IT', // Italy
@ -120,7 +119,6 @@ return array(
'PL', // Poland
'PT', // Portugal
'RO', // Romania
'SG', // Singapore
'SK', // Slovakia
'SI', // Slovenia
'ES', // Spain
@ -151,7 +149,6 @@ return array(
'DKK', // Danish Krone
'EUR', // Euro
'GBP', // British Pound Sterling
'HKD', // Hong Kong Dollar
'HUF', // Hungarian Forint
'ILS', // Israeli New Shekel
'JPY', // Japanese Yen
@ -161,7 +158,6 @@ return array(
'PHP', // Philippine Peso
'PLN', // Polish Zloty
'SEK', // Swedish Krona
'SGD', // Singapore Dollar
'THB', // Thai Baht
'TWD', // New Taiwan Dollar
'USD', // United States Dollar

View file

@ -39,7 +39,6 @@ return array(
'DKK',
'EUR',
'GBP',
'HKD',
'HUF',
'ILS',
'JPY',
@ -49,7 +48,6 @@ return array(
'PHP',
'PLN',
'SEK',
'SGD',
'THB',
'TWD',
'USD',
@ -72,7 +70,6 @@ return array(
'FR' => $default_currencies,
'DE' => $default_currencies,
'GR' => $default_currencies,
'HK' => $default_currencies,
'HU' => $default_currencies,
'IE' => $default_currencies,
'IT' => $default_currencies,
@ -86,7 +83,6 @@ return array(
'PL' => $default_currencies,
'PT' => $default_currencies,
'RO' => $default_currencies,
'SG' => $default_currencies,
'SK' => $default_currencies,
'SI' => $default_currencies,
'ES' => $default_currencies,