mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Remove ACDC support for HK and SG for now
This commit is contained in:
parent
f82f2f8a01
commit
120c1c667d
7 changed files with 0 additions and 12 deletions
|
@ -18,7 +18,6 @@
|
||||||
* Enhancement - Enhancement - Add Fastlane support for Checkout block
|
* 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 - 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 - 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 - 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
|
* Enhancement - Set email when creating order for express payment #2577
|
||||||
|
|
||||||
|
|
|
@ -716,7 +716,6 @@ return array(
|
||||||
'FR' => $mastercard_visa_amex,
|
'FR' => $mastercard_visa_amex,
|
||||||
'GB' => $mastercard_visa_amex,
|
'GB' => $mastercard_visa_amex,
|
||||||
'GR' => $mastercard_visa_amex,
|
'GR' => $mastercard_visa_amex,
|
||||||
'HK' => $mastercard_visa_amex,
|
|
||||||
'HU' => $mastercard_visa_amex,
|
'HU' => $mastercard_visa_amex,
|
||||||
'IE' => $mastercard_visa_amex,
|
'IE' => $mastercard_visa_amex,
|
||||||
'IT' => $mastercard_visa_amex,
|
'IT' => $mastercard_visa_amex,
|
||||||
|
@ -746,7 +745,6 @@ return array(
|
||||||
'SE' => $mastercard_visa_amex,
|
'SE' => $mastercard_visa_amex,
|
||||||
'SI' => $mastercard_visa_amex,
|
'SI' => $mastercard_visa_amex,
|
||||||
'SK' => $mastercard_visa_amex,
|
'SK' => $mastercard_visa_amex,
|
||||||
'SG' => $mastercard_visa_amex,
|
|
||||||
'JP' => array(
|
'JP' => array(
|
||||||
'mastercard' => array(),
|
'mastercard' => array(),
|
||||||
'visa' => array(),
|
'visa' => array(),
|
||||||
|
|
|
@ -191,7 +191,6 @@ return array(
|
||||||
'FR', // France
|
'FR', // France
|
||||||
'DE', // Germany
|
'DE', // Germany
|
||||||
'GR', // Greece
|
'GR', // Greece
|
||||||
'HK', // Hong Kong
|
|
||||||
'HU', // Hungary
|
'HU', // Hungary
|
||||||
'IE', // Ireland
|
'IE', // Ireland
|
||||||
'IT', // Italy
|
'IT', // Italy
|
||||||
|
@ -205,7 +204,6 @@ return array(
|
||||||
'PL', // Poland
|
'PL', // Poland
|
||||||
'PT', // Portugal
|
'PT', // Portugal
|
||||||
'RO', // Romania
|
'RO', // Romania
|
||||||
'SG', // Singapore
|
|
||||||
'SK', // Slovakia
|
'SK', // Slovakia
|
||||||
'SI', // Slovenia
|
'SI', // Slovenia
|
||||||
'ES', // Spain
|
'ES', // Spain
|
||||||
|
|
|
@ -43,7 +43,6 @@ return array(
|
||||||
'FR',
|
'FR',
|
||||||
'DE',
|
'DE',
|
||||||
'GR',
|
'GR',
|
||||||
'HK',
|
|
||||||
'HU',
|
'HU',
|
||||||
'IE',
|
'IE',
|
||||||
'IT',
|
'IT',
|
||||||
|
@ -57,7 +56,6 @@ return array(
|
||||||
'PT',
|
'PT',
|
||||||
'RO',
|
'RO',
|
||||||
'SK',
|
'SK',
|
||||||
'SG',
|
|
||||||
'SI',
|
'SI',
|
||||||
'ES',
|
'ES',
|
||||||
'SE',
|
'SE',
|
||||||
|
|
|
@ -106,7 +106,6 @@ return array(
|
||||||
'FR', // France
|
'FR', // France
|
||||||
'DE', // Germany
|
'DE', // Germany
|
||||||
'GR', // Greece
|
'GR', // Greece
|
||||||
'HK', // Hong Kong
|
|
||||||
'HU', // Hungary
|
'HU', // Hungary
|
||||||
'IE', // Ireland
|
'IE', // Ireland
|
||||||
'IT', // Italy
|
'IT', // Italy
|
||||||
|
@ -120,7 +119,6 @@ return array(
|
||||||
'PL', // Poland
|
'PL', // Poland
|
||||||
'PT', // Portugal
|
'PT', // Portugal
|
||||||
'RO', // Romania
|
'RO', // Romania
|
||||||
'SG', // Singapore
|
|
||||||
'SK', // Slovakia
|
'SK', // Slovakia
|
||||||
'SI', // Slovenia
|
'SI', // Slovenia
|
||||||
'ES', // Spain
|
'ES', // Spain
|
||||||
|
|
|
@ -72,7 +72,6 @@ return array(
|
||||||
'FR' => $default_currencies,
|
'FR' => $default_currencies,
|
||||||
'DE' => $default_currencies,
|
'DE' => $default_currencies,
|
||||||
'GR' => $default_currencies,
|
'GR' => $default_currencies,
|
||||||
'HK' => $default_currencies,
|
|
||||||
'HU' => $default_currencies,
|
'HU' => $default_currencies,
|
||||||
'IE' => $default_currencies,
|
'IE' => $default_currencies,
|
||||||
'IT' => $default_currencies,
|
'IT' => $default_currencies,
|
||||||
|
@ -87,7 +86,6 @@ return array(
|
||||||
'PT' => $default_currencies,
|
'PT' => $default_currencies,
|
||||||
'RO' => $default_currencies,
|
'RO' => $default_currencies,
|
||||||
'SK' => $default_currencies,
|
'SK' => $default_currencies,
|
||||||
'SG' => $default_currencies,
|
|
||||||
'SI' => $default_currencies,
|
'SI' => $default_currencies,
|
||||||
'ES' => $default_currencies,
|
'ES' => $default_currencies,
|
||||||
'SE' => $default_currencies,
|
'SE' => $default_currencies,
|
||||||
|
|
|
@ -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 - 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 - 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 - 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 - 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
|
* Enhancement - Set email when creating order for express payment #2577
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue