From 9f6164f7b9d142de54e2b7ad75bd70a943f7bc3d Mon Sep 17 00:00:00 2001 From: gme_2 Date: Thu, 23 Aug 2018 15:26:12 +0900 Subject: [PATCH] set the default korean wan for countries not listed in default values --- GMERemittance/Module/ExchangeRateViewControllerV2.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GMERemittance/Module/ExchangeRateViewControllerV2.swift b/GMERemittance/Module/ExchangeRateViewControllerV2.swift index 6d90f2a9..9da5a7cb 100644 --- a/GMERemittance/Module/ExchangeRateViewControllerV2.swift +++ b/GMERemittance/Module/ExchangeRateViewControllerV2.swift @@ -52,7 +52,7 @@ class ExchangeRateViewControllerV2: UIViewController { var countryListTapGuesture: UITapGestureRecognizer? var selectedPaymentIndex: IndexPath = IndexPath.init(row: 0, section: 0) - var nativeCountry: String? = "Cambodia" + var nativeCountry: String? = "Thailand" var calcBy = "" var exchangeRateModels: [ExchangeRateModel]? {