Browse Source

set the default korean wan for countries not listed in default values

pull/1/head
gme_2 6 years ago
parent
commit
9f6164f7b9
  1. 2
      GMERemittance/Module/ExchangeRateViewControllerV2.swift

2
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]? {

Loading…
Cancel
Save