diff --git a/modules/ppcp-api-client/services.php b/modules/ppcp-api-client/services.php index be97cd359..03aa9ee4e 100644 --- a/modules/ppcp-api-client/services.php +++ b/modules/ppcp-api-client/services.php @@ -588,6 +588,7 @@ 'CZK', 'DKK', 'EUR', + 'HKD', 'HUF', 'ILS', 'JPY', @@ -600,6 +601,7 @@ 'PLN', 'GBP', 'RUB', + 'SGD', 'SEK', 'CHF', 'THB', @@ -619,6 +621,7 @@ 'CZK', 'DKK', 'EUR', + 'HKD', 'GBP', 'HUF', 'ILS', @@ -628,6 +631,7 @@ 'NZD', 'PHP', 'PLN', + 'SGD', 'SEK', 'THB', 'TWD', @@ -675,14 +679,7 @@ 'ES' => $default_currencies, 'SE' => $default_currencies, 'GB' => $default_currencies, - 'US' => array( - 'AUD', - 'CAD', - 'EUR', - 'GBP', - 'JPY', - 'USD', - ), + 'US' => $default_currencies, 'NO' => $default_currencies, ) );