From a77ce0cff47595241d35e10281294397d2d2cd76 Mon Sep 17 00:00:00 2001 From: Kr4ntz Date: Sat, 12 Dec 2020 21:48:03 -0600 Subject: [PATCH] Added "Mexican Peso" to the list of currencies --- app/Model/CurrencyModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index effe94456..9da25a846 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -35,6 +35,7 @@ class CurrencyModel extends Base 'CAD' => t('CAD - Canadian Dollar'), 'AUD' => t('AUD - Australian Dollar'), 'NZD' => t('NZD - New Zealand Dollar'), + 'MXN' => t('MXN - Mexican Peso'), 'INR' => t('INR - Indian Rupee'), 'JPY' => t('JPY - Japanese Yen'), 'RSD' => t('RSD - Serbian dinar'),