diff --git a/modules/ppcp-api-client/services.php b/modules/ppcp-api-client/services.php index 7fb75327b..bfadb2cda 100644 --- a/modules/ppcp-api-client/services.php +++ b/modules/ppcp-api-client/services.php @@ -670,6 +670,7 @@ return array( 'FR' => $default_currencies, 'DE' => $default_currencies, 'GR' => $default_currencies, + 'HK' => $default_currencies, 'HU' => $default_currencies, 'IE' => $default_currencies, 'IT' => $default_currencies, @@ -687,6 +688,7 @@ return array( 'PT' => $default_currencies, 'RO' => $default_currencies, 'SK' => $default_currencies, + 'SG' => $default_currencies, 'SI' => $default_currencies, 'ES' => $default_currencies, 'SE' => $default_currencies, @@ -735,6 +737,7 @@ 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, @@ -764,6 +767,7 @@ 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 1bf5dd311..f78623efb 100644 --- a/modules/ppcp-applepay/services.php +++ b/modules/ppcp-applepay/services.php @@ -190,6 +190,7 @@ return array( 'FR', // France 'DE', // Germany 'GR', // Greece + 'HK', // Hong Kong 'HU', // Hungary 'IE', // Ireland 'IT', // Italy @@ -203,6 +204,7 @@ return array( 'PL', // Poland 'PT', // Portugal 'RO', // Romania + 'SG', // Singapore 'SK', // Slovakia 'SI', // Slovenia 'ES', // Spain @@ -232,6 +234,7 @@ return array( 'CZK', // Czech Koruna 'DKK', // Danish Krone 'EUR', // Euro + 'HKD', // Hong Kong Dollar 'GBP', // British Pound Sterling 'HUF', // Hungarian Forint 'ILS', // Israeli New Shekel @@ -241,6 +244,7 @@ return array( 'NZD', // New Zealand Dollar 'PHP', // Philippine Peso 'PLN', // Polish Zloty + 'SGD', // Singapur-Dollar 'SEK', // Swedish Krona 'THB', // Thai Baht 'TWD', // New Taiwan Dollar diff --git a/modules/ppcp-card-fields/services.php b/modules/ppcp-card-fields/services.php index 1e32cc4f6..d1bf340b3 100644 --- a/modules/ppcp-card-fields/services.php +++ b/modules/ppcp-card-fields/services.php @@ -43,6 +43,7 @@ return array( 'FR', 'DE', 'GR', + 'HK', 'HU', 'IE', 'IT', @@ -56,6 +57,7 @@ return array( 'PT', 'RO', 'SK', + 'SG', 'SI', 'ES', 'SE', diff --git a/modules/ppcp-googlepay/services.php b/modules/ppcp-googlepay/services.php index b26e4dfe9..356587bf6 100644 --- a/modules/ppcp-googlepay/services.php +++ b/modules/ppcp-googlepay/services.php @@ -105,6 +105,7 @@ return array( 'FR', // France 'DE', // Germany 'GR', // Greece + 'HK', // Hong Kong 'HU', // Hungary 'IE', // Ireland 'IT', // Italy @@ -118,6 +119,7 @@ return array( 'PL', // Poland 'PT', // Portugal 'RO', // Romania + 'SG', // Singapore 'SK', // Slovakia 'SI', // Slovenia 'ES', // Spain @@ -147,6 +149,7 @@ return array( 'CZK', // Czech Koruna 'DKK', // Danish Krone 'EUR', // Euro + 'HKD', // Hong Kong Dollar 'GBP', // British Pound Sterling 'HUF', // Hungarian Forint 'ILS', // Israeli New Shekel @@ -156,6 +159,7 @@ return array( 'NZD', // New Zealand Dollar 'PHP', // Philippine Peso 'PLN', // Polish Zloty + 'SGD', // Singapur-Dollar 'SEK', // Swedish Krona 'THB', // Thai Baht 'TWD', // New Taiwan Dollar