diff --git a/changelog.txt b/changelog.txt index 349eacce7..464b551ad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,7 +18,6 @@ * Enhancement - Enhancement - Add Fastlane support for Checkout block * Enhancement - Multiple calls to POST /v1/oauth2/token?grant_type=client_credentials&response_type=id_token #2671 * Enhancement - Fastlane update shipping options & taxes when changing address #2665 -* Enhancement - Extend supported ACDC countries and currencies to HK and SG #2447 * Enhancement - Axo: Remove Axo from the Checkout block in the editor and add an ACDC card preview #2662 * Enhancement - Set email when creating order for express payment #2577 diff --git a/modules/ppcp-api-client/services.php b/modules/ppcp-api-client/services.php index a3850bd7c..f838a8450 100644 --- a/modules/ppcp-api-client/services.php +++ b/modules/ppcp-api-client/services.php @@ -716,7 +716,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 +745,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(), diff --git a/modules/ppcp-applepay/services.php b/modules/ppcp-applepay/services.php index 4667e6183..c88f98e22 100644 --- a/modules/ppcp-applepay/services.php +++ b/modules/ppcp-applepay/services.php @@ -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 diff --git a/modules/ppcp-card-fields/services.php b/modules/ppcp-card-fields/services.php index d1bf340b3..1e32cc4f6 100644 --- a/modules/ppcp-card-fields/services.php +++ b/modules/ppcp-card-fields/services.php @@ -43,7 +43,6 @@ return array( 'FR', 'DE', 'GR', - 'HK', 'HU', 'IE', 'IT', @@ -57,7 +56,6 @@ return array( 'PT', 'RO', 'SK', - 'SG', 'SI', 'ES', 'SE', diff --git a/modules/ppcp-googlepay/services.php b/modules/ppcp-googlepay/services.php index 8b594db2e..96a264bbe 100644 --- a/modules/ppcp-googlepay/services.php +++ b/modules/ppcp-googlepay/services.php @@ -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 diff --git a/modules/ppcp-save-payment-methods/services.php b/modules/ppcp-save-payment-methods/services.php index 0a45589d3..6792c2e1b 100644 --- a/modules/ppcp-save-payment-methods/services.php +++ b/modules/ppcp-save-payment-methods/services.php @@ -72,7 +72,6 @@ return array( 'FR' => $default_currencies, 'DE' => $default_currencies, 'GR' => $default_currencies, - 'HK' => $default_currencies, 'HU' => $default_currencies, 'IE' => $default_currencies, 'IT' => $default_currencies, @@ -87,7 +86,6 @@ return array( 'PT' => $default_currencies, 'RO' => $default_currencies, 'SK' => $default_currencies, - 'SG' => $default_currencies, 'SI' => $default_currencies, 'ES' => $default_currencies, 'SE' => $default_currencies, diff --git a/readme.txt b/readme.txt index fc7a94b38..c9a7d4110 100644 --- a/readme.txt +++ b/readme.txt @@ -197,7 +197,6 @@ If you encounter issues with the PayPal buttons not appearing after an update, p * Enhancement - Enhancement - Add Fastlane support for Checkout block * Enhancement - Multiple calls to POST /v1/oauth2/token?grant_type=client_credentials&response_type=id_token #2671 * Enhancement - Fastlane update shipping options & taxes when changing address #2665 -* Enhancement - Extend supported ACDC countries and currencies to HK and SG #2447 * Enhancement - Axo: Remove Axo from the Checkout block in the editor and add an ACDC card preview #2662 * Enhancement - Set email when creating order for express payment #2577