From 581febc586476257caaa30afee1f95bd5b26201f Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Mon, 13 Mar 2017 21:33:01 +0200 Subject: Added currency for Argentina and Colombia --- app/Model/CurrencyModel.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model') 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'), ); } -- cgit v1.2.3