Added currency for Argentina and Colombia
This commit is contained in:
parent
f6319e295b
commit
581febc586
|
|
@ -45,6 +45,8 @@ class CurrencyModel extends Base
|
|||
'CNY' => t('CNY - Chinese Yuan'),
|
||||
'TRL' => t('TRL - Turkish Lira'),
|
||||
'HRK' => t('HRK - Kuna'),
|
||||
'ARS' => t('ARS - Argetinian Peso'),
|
||||
'COP' => t('COP - Colombian Peso'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue