diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index c858a6ae9..aafe1af59 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -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'), ); }