diff options
author | Juan Luis Baptiste <juan.baptiste@gmail.com> | 2017-03-13 21:33:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 21:33:01 +0200 |
commit | 581febc586476257caaa30afee1f95bd5b26201f (patch) | |
tree | 8b0dcdd8b61b30e35bd5c8a50527bd3c50414720 /app | |
parent | f6319e295bc92a3f137a72a5d258b7e257864acf (diff) |
Added currency for Argentina and Colombia
Diffstat (limited to 'app')
-rw-r--r-- | app/Model/CurrencyModel.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index c858a6ae..aafe1af5 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'), ); } |