Added currency for Argentina and Colombia

This commit is contained in:
Juan Luis Baptiste
2017-03-13 21:33:01 +02:00
committed by GitHub
parent f6319e295b
commit 581febc586

View File

@@ -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'),
);
}