Remove country and currency suppor for hk and sg

This commit is contained in:
Emili Castells Guasch 2024-11-07 11:19:28 +01:00
parent 3598d60f5a
commit 3820fdc758
5 changed files with 0 additions and 18 deletions

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,