summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Luis Baptiste <juan.baptiste@gmail.com>2017-03-13 21:33:01 +0200
committerGitHub <noreply@github.com>2017-03-13 21:33:01 +0200
commit581febc586476257caaa30afee1f95bd5b26201f (patch)
tree8b0dcdd8b61b30e35bd5c8a50527bd3c50414720
parentf6319e295bc92a3f137a72a5d258b7e257864acf (diff)
Added currency for Argentina and Colombia
-rw-r--r--app/Model/CurrencyModel.php2
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'),
);
}