Added "Mexican Peso" to the list of currencies

This commit is contained in:
Kr4ntz
2020-12-12 21:48:03 -06:00
committed by GitHub
parent ac224fa178
commit a77ce0cff4

View File

@@ -35,6 +35,7 @@ class CurrencyModel extends Base
'CAD' => t('CAD - Canadian Dollar'),
'AUD' => t('AUD - Australian Dollar'),
'NZD' => t('NZD - New Zealand Dollar'),
'MXN' => t('MXN - Mexican Peso'),
'INR' => t('INR - Indian Rupee'),
'JPY' => t('JPY - Japanese Yen'),
'RSD' => t('RSD - Serbian dinar'),