Browse Source

KRW changed to MNT

pull/1/head
Amrit Giri 4 years ago
parent
commit
5633f2ac5f
  1. 2
      GME Remit/Extensions/String+Ext.swift
  2. 17
      GME Remit/Models/Response/SendMoneyExchangeRate.swift
  3. 17
      GME Remit/Models/Response/SendMoneyReciept.swift
  4. 18
      GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRates.storyboard
  5. 6
      GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift
  6. 4
      GME Remit/Modules/Profile/Profile.storyboard
  7. 18
      GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmit.storyboard
  8. 12
      GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceipt.storyboard
  9. 20
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard
  10. 1
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/Application Logic/Service/SendMoneyReceiptService.swift
  11. 2
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift
  12. 40
      GME Remit/Modules/RemittanceModules/TransactionHistoryModules/TransactionHistory/User Interface/View/TransactionHistory.storyboard
  13. 4
      GME Remit/Modules/SideMenu/Auto refund/AutoRefundsViewController.swift
  14. 60
      GME Remit/Modules/SideMenu/Auto refund/autoRefund.storyboard
  15. 30
      GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard
  16. 6
      GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift
  17. 2
      GME Remit/MultiLanguages/bn.lproj/Localizable.strings
  18. 10
      GME Remit/MultiLanguages/en.lproj/Localizable.strings
  19. 10
      GME Remit/MultiLanguages/id.lproj/Localizable.strings
  20. 2
      GME Remit/MultiLanguages/km.lproj/Localizable.strings
  21. 2
      GME Remit/MultiLanguages/ko.lproj/Localizable.strings
  22. 6
      GME Remit/MultiLanguages/ne.lproj/Localizable.strings
  23. 8
      GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings
  24. 6
      GME Remit/MultiLanguages/si.lproj/Localizable.strings
  25. 8
      GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings
  26. 10
      GME Remit/MultiLanguages/uz.lproj/Localizable.strings
  27. 6
      GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings
  28. 2
      GME Remit/Utilities/CountryEnum.swift
  29. 2
      GME Remit/Utilities/CountryInfo.swift
  30. 6
      GME RemitTests/FunctionTest.swift

2
GME Remit/Extensions/String+Ext.swift

@ -24,7 +24,7 @@ enum CurrencyType {
var end: String {
switch self {
case .usd: return " USD"
case .krw: return " KRW"
case .krw: return " MNT"
case .nil: return ""
}
}

17
GME Remit/Models/Response/SendMoneyExchangeRate.swift

@ -57,23 +57,6 @@ class SendMoneyExchangeRateModel: Mappable {
discountValue <- map["discountValue"]
discountedServiceFee <- map["discountedServiceFee"]
}
var formattedCouponName: String {
guard
let id = schemeId,
id != "",
let name = couponName,
let type = discountType,
let value = discountValue?.likeCommaMoney() else {
return "0"
}
if type == "1", let percent = discountPercent {
return "\(name) \(percent)% (-\(value) KRW)"
}
return "\(name) (-\(value) KRW)"
}
}
class SendMoneyExchangeRateModelContainer: Mappable {

17
GME Remit/Models/Response/SendMoneyReciept.swift

@ -78,23 +78,6 @@ class SendMoneyReciept: Mappable {
required init?(map: Map) {
}
var formattedCouponName: String {
guard
let name = couponName,
name != "",
let type = discountType,
let value = discountValue?.likeCommaMoney() else {
return "N/A"
}
if type == "1", let percent = discountPercent {
return "\(name) \(percent)% (-\(value) KRW)"
}
return "\(name) (-\(value) KRW)"
}
}
class SendMoneyRecieptContainer: Mappable {

18
GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRates.storyboard

@ -3,7 +3,7 @@
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -178,7 +178,7 @@
<rect key="frame" x="222" y="0.0" width="125" height="60.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="jYO-er-b2S">
<rect key="frame" x="24" y="17.5" width="77" height="26"/>
<rect key="frame" x="25" y="17.5" width="75.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="9Oe-hg-7XR">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -187,8 +187,8 @@
<constraint firstAttribute="height" constant="26" id="dKa-yI-llx"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="HcJ-nJ-muV">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="HcJ-nJ-muV">
<rect key="frame" x="36" y="0.0" width="39.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -243,7 +243,7 @@
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="qnU-bD-qki">
<rect key="frame" x="15" y="0.0" width="300" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 KRW (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cpQ-ed-Npr">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 MNT (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cpQ-ed-Npr">
<rect key="frame" x="0.0" y="0.0" width="300" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
@ -341,7 +341,7 @@
<rect key="frame" x="0.0" y="0.0" width="125" height="60.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="i9R-m1-avp">
<rect key="frame" x="6" y="17.5" width="113" height="26"/>
<rect key="frame" x="7" y="17.5" width="111.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="rbh-s6-5yG">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -350,14 +350,14 @@
<constraint firstAttribute="width" constant="26" id="e4o-2L-Yay"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="Tu7-d6-vev">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="Tu7-d6-vev">
<rect key="frame" x="36" y="0.0" width="39.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_dropdownSmall" translatesAutoresizingMaskIntoConstraints="NO" id="buU-Ck-s8m">
<rect key="frame" x="87" y="0.0" width="26" height="26"/>
<rect key="frame" x="85.5" y="0.0" width="26" height="26"/>
<color key="tintColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="26" id="lDj-76-8TX"/>

6
GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift

@ -163,7 +163,7 @@ class ExchangeRatesViewController: UIViewController {
let roundedForUnit = round((calculatedForUnit) * 10) / 10
let translated = "current_exchange_rate_text".localized()
forUnitToKoreanLabel.text = "\(translated) : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) KRW"
forUnitToKoreanLabel.text = "\(translated) : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) MNT"
forUnitToKoreanLabel.layer.cornerRadius = 5
forUnitToKoreanLabel.layer.borderWidth = 1
forUnitToKoreanLabel.layer.borderColor = UIColor.themeSubBackground.cgColor
@ -199,8 +199,8 @@ class ExchangeRatesViewController: UIViewController {
private func calculateExchangeRate() {
let model = ExchangeRateRequestModel(
senderAmount: (senderTextField.text ?? "").stringRemovingComma(),
senderCurrency: "KRW",
senderCountryID: "118",
senderCurrency: "MNT",
senderCountryID: "142",
recipientAmount: (reciepientTextField.text ?? "").stringRemovingComma(),
recipientCurrency: selectedExchangeRateModel?.currency ?? "",
recipientCountryID: selectedExchangeRateModel?.countryId ?? "",

4
GME Remit/Modules/Profile/Profile.storyboard

@ -424,7 +424,7 @@
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EXY-5m-shp">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EXY-5m-shp">
<rect key="frame" x="54.333333333333329" y="43" width="29" height="14"/>
<constraints>
<constraint firstAttribute="width" constant="29" id="CQX-ba-hyQ"/>
@ -966,7 +966,7 @@ At least one capital letter, At least one number
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</textView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Note: 1000 KRW will be charged for per request." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BXg-eg-tI4">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Note: 1000 MNT will be charged for per request." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BXg-eg-tI4">
<rect key="frame" x="46.333333333333343" y="286" width="282.66666666666663" height="17"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="16" id="3oQ-JO-qXk"/>

18
GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmit.storyboard

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="9ZW-c2-LfR">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="9ZW-c2-LfR">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -32,7 +32,7 @@
<rect key="frame" x="0.0" y="0.0" width="355" height="75"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="dGX-Rd-gSn">
<rect key="frame" x="108.5" y="0.0" width="138.5" height="50"/>
<rect key="frame" x="109.5" y="0.0" width="136.5" height="50"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sh" translatesAutoresizingMaskIntoConstraints="NO" id="dPz-bF-pbw">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
@ -42,7 +42,7 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="253" text="Shin han" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ubf-cy-OYw">
<rect key="frame" x="60" y="0.0" width="78.5" height="50"/>
<rect key="frame" x="60" y="0.0" width="76.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="20"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -50,7 +50,7 @@
</subviews>
</stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="254" text="110223458044" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="ASq-Zx-kLT">
<rect key="frame" x="111" y="50" width="133.5" height="25"/>
<rect key="frame" x="112.5" y="50" width="130" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="R8d-Pb-nF8"/>
</constraints>
@ -68,7 +68,7 @@
<constraints>
<constraint firstAttribute="height" constant="55" id="uzH-GG-51U"/>
</constraints>
<string key="text">We have sent 1 KRW to your Bank Account,
<string key="text">We have sent 1 MNT to your Bank Account,
Please check the statement and
enter the 4 digit number display after GME.</string>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="15"/>
@ -108,13 +108,13 @@ enter the 4 digit number display after GME.</string>
<rect key="frame" x="0.0" y="30" width="315" height="45"/>
<subviews>
<textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="252" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="1234" textAlignment="center" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="y15-Xf-IBz">
<rect key="frame" x="0.0" y="0.0" width="247" height="45"/>
<rect key="frame" x="0.0" y="0.0" width="248" height="45"/>
<color key="textColor" name="ThemeText"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="252" verticalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="u8b-tv-UsV">
<rect key="frame" x="257" y="0.0" width="58" height="45"/>
<rect key="frame" x="258" y="0.0" width="57" height="45"/>
<constraints>
<constraint firstAttribute="height" constant="45" id="utG-Sb-I4y"/>
</constraints>
@ -208,6 +208,7 @@ enter the 4 digit number display after GME.</string>
<point key="canvasLocation" x="-92" y="232.53373313343329"/>
</scene>
</scenes>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<resources>
<image name="ic_cancel" width="12" height="12"/>
<image name="sh" width="100" height="66"/>
@ -224,5 +225,4 @@ enter the 4 digit number display after GME.</string>
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</document>

12
GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceipt.storyboard

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_0" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -416,7 +416,7 @@
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11,000 KRW" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="tKO-5l-kOy">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11,000 MNT" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="tKO-5l-kOy">
<rect key="frame" x="113" y="0.0" width="216" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
@ -445,7 +445,7 @@
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10,000 KRW" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="4zF-Gh-kae">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10,000 MNT" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="4zF-Gh-kae">
<rect key="frame" x="75.5" y="0.0" width="253.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
@ -590,9 +590,10 @@
<point key="canvasLocation" x="367" y="228"/>
</scene>
</scenes>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<resources>
<image name="flag_cambodia" width="512" height="512"/>
<image name="ibk" width="100" height="67"/>
<image name="ibk" width="100" height="66"/>
<image name="ic_gme_logo" width="40" height="40"/>
<image name="ic_recipient_bg" width="355" height="226"/>
<namedColor name="ThemeMainBackground">
@ -605,5 +606,4 @@
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</document>

20
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard

@ -62,7 +62,7 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You Send" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kln-bl-4Dt">
<rect key="frame" x="0.0" y="19.5" width="222" height="14"/>
<rect key="frame" x="0.0" y="19" width="222" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -83,7 +83,7 @@
<rect key="frame" x="222" y="0.0" width="125" height="73.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="lMW-oH-k9P">
<rect key="frame" x="25" y="24" width="75.5" height="26"/>
<rect key="frame" x="26.5" y="24" width="72.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="MZu-Xt-o7Z">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -93,7 +93,7 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="aYr-O8-NKb">
<rect key="frame" x="36" y="0.0" width="39.5" height="26"/>
<rect key="frame" x="36" y="0.0" width="36.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -148,7 +148,7 @@
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="L9O-T2-IyA">
<rect key="frame" x="15" y="0.0" width="300" height="51.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 KRW (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="naa-Zl-R4a">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 MNT (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="naa-Zl-R4a">
<rect key="frame" x="0.0" y="0.0" width="300" height="51.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
@ -173,7 +173,7 @@
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Bzn-qQ-vjr">
<rect key="frame" x="15" y="0.0" width="300" height="0.0"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 KRW (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sNv-Ml-MF2" userLabel="AppliedCouponFee">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 MNT (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sNv-Ml-MF2" userLabel="AppliedCouponFee">
<rect key="frame" x="0.0" y="0.0" width="300" height="0.0"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
@ -246,7 +246,7 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Recepient Gets" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="32Q-XR-KdD">
<rect key="frame" x="0.0" y="19.5" width="222" height="14"/>
<rect key="frame" x="0.0" y="19" width="222" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -270,7 +270,7 @@
<rect key="frame" x="0.0" y="0.0" width="125" height="73.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="CKW-9d-1Ho">
<rect key="frame" x="6" y="24" width="113" height="26"/>
<rect key="frame" x="8.5" y="24" width="108.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="oYc-fg-M6w">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -279,14 +279,14 @@
<constraint firstAttribute="height" constant="26" id="r6p-fT-1v1"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="R7t-Q7-r4x">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="R7t-Q7-r4x">
<rect key="frame" x="36" y="0.0" width="36.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_dropdownSmall" translatesAutoresizingMaskIntoConstraints="NO" id="r5K-bC-tQq">
<rect key="frame" x="87" y="0.0" width="26" height="26"/>
<rect key="frame" x="82.5" y="0.0" width="26" height="26"/>
<color key="tintColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" constant="26" id="Wbg-dC-j4G"/>

1
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/Application Logic/Service/SendMoneyReceiptService.swift

@ -59,4 +59,5 @@ class SendMoneyReceiptService: SendMoneyReceiptServiceType {
}
)
}
}

2
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift

@ -277,7 +277,7 @@ class SendMoneyReceiptViewController: UIViewController {
self.totalAmountLabel.text = totalAmount
self.totalAmountHeaderLabel.text = StringConstants().totalPayoutAmountText + ": \(totalAmount)"
usedCouponLabel.text = reciept?.formattedCouponName
usedCouponLabel.text = ""
if reciept?.showPartnerLogo == "Y" {

40
GME Remit/Modules/RemittanceModules/TransactionHistoryModules/TransactionHistory/User Interface/View/TransactionHistory.storyboard

@ -3,7 +3,7 @@
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -80,7 +80,7 @@
</connections>
</segmentedControl>
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No Transaction Found" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jdu-hl-JUc">
<rect key="frame" x="118.5" y="178" width="138" height="44"/>
<rect key="frame" x="122" y="178" width="131" height="44"/>
<constraints>
<constraint firstAttribute="height" constant="44" id="WU9-zv-79l"/>
</constraints>
@ -117,16 +117,16 @@
<rect key="frame" x="15" y="10" width="300" height="60"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Xg-58-Lhd">
<rect key="frame" x="0.0" y="0.0" width="300" height="14"/>
<rect key="frame" x="0.0" y="0.0" width="300" height="14.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Tue, 19/12/2017" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lTb-Co-nsv">
<rect key="frame" x="0.0" y="0.0" width="150" height="14"/>
<rect key="frame" x="0.0" y="0.0" width="150" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Amount" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ouw-tA-MfC">
<rect key="frame" x="150" y="0.0" width="150" height="14"/>
<rect key="frame" x="150" y="0.0" width="150" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -134,7 +134,7 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eGL-X3-yur">
<rect key="frame" x="0.0" y="14" width="300" height="30"/>
<rect key="frame" x="0.0" y="14.5" width="300" height="30"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="200" verticalCompressionResistancePriority="700" text="To: Dhan Singh Saud" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="p2g-GW-5Xg">
<rect key="frame" x="0.0" y="0.0" width="150" height="30"/>
@ -154,16 +154,16 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Y6-9G-6bb">
<rect key="frame" x="0.0" y="44" width="300" height="16"/>
<rect key="frame" x="0.0" y="44.5" width="300" height="15.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Cash Payment" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nbJ-vS-KkN">
<rect key="frame" x="0.0" y="0.0" width="235" height="16"/>
<rect key="frame" x="0.0" y="0.0" width="235" height="15.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="Unpaid" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oBB-nk-OGM">
<rect key="frame" x="235" y="0.0" width="65" height="16"/>
<rect key="frame" x="235" y="0.0" width="65" height="15.5"/>
<constraints>
<constraint firstAttribute="width" constant="65" id="W8P-Xj-TuP"/>
</constraints>
@ -247,16 +247,16 @@
<rect key="frame" x="15" y="10" width="300" height="60"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="31d-2P-xgE">
<rect key="frame" x="0.0" y="0.0" width="300" height="14"/>
<rect key="frame" x="0.0" y="0.0" width="300" height="14.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Tue, 19/12/2017" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pU7-Vf-2z1">
<rect key="frame" x="0.0" y="0.0" width="150" height="14"/>
<rect key="frame" x="0.0" y="0.0" width="150" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="controlNumber" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZIs-Oh-u5M">
<rect key="frame" x="150" y="0.0" width="150" height="14"/>
<rect key="frame" x="150" y="0.0" width="150" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -264,7 +264,7 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Tq-dD-DPn">
<rect key="frame" x="0.0" y="14" width="300" height="30"/>
<rect key="frame" x="0.0" y="14.5" width="300" height="30"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="200" verticalCompressionResistancePriority="700" text="From: Sender Name" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="a0u-g8-9Ob">
<rect key="frame" x="0.0" y="0.0" width="150" height="30"/>
@ -275,7 +275,7 @@
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="255" verticalHuggingPriority="251" horizontalCompressionResistancePriority="755" text="1,000,000 KRW" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="V90-xx-mYx">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="255" verticalHuggingPriority="251" horizontalCompressionResistancePriority="755" text="1,000,000 MNT" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="V90-xx-mYx">
<rect key="frame" x="150" y="0.0" width="150" height="30"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="18"/>
<color key="textColor" name="ThemeRed"/>
@ -284,16 +284,16 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="8Kq-19-fos">
<rect key="frame" x="0.0" y="44" width="300" height="16"/>
<rect key="frame" x="0.0" y="44.5" width="300" height="15.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Shinhan" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lpz-go-gHB">
<rect key="frame" x="0.0" y="0.0" width="215" height="16"/>
<rect key="frame" x="0.0" y="0.0" width="215" height="15.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="PROCESSING" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.80000000000000004" translatesAutoresizingMaskIntoConstraints="NO" id="Ckd-qO-Mir">
<rect key="frame" x="220" y="0.0" width="80" height="16"/>
<rect key="frame" x="220" y="0.0" width="80" height="15.5"/>
<color key="backgroundColor" red="0.031372549020000001" green="0.63921568630000003" blue="0.51764705879999995" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="width" constant="80" id="faj-0I-fHt"/>
@ -370,7 +370,7 @@
<rect key="frame" x="0.0" y="0.0" width="343" height="35"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="ojY-3U-Rll">
<rect key="frame" x="108.5" y="-7.5" width="126" height="50"/>
<rect key="frame" x="109" y="-7.5" width="125" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gGX-qp-QKa">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
@ -379,13 +379,13 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="~" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JKy-P9-m5l">
<rect key="frame" x="58" y="0.0" width="10" height="50"/>
<rect key="frame" x="58" y="0.0" width="9" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="16"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h4N-LL-0cF">
<rect key="frame" x="76" y="0.0" width="50" height="50"/>
<rect key="frame" x="75" y="0.0" width="50" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="16"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>

4
GME Remit/Modules/SideMenu/Auto refund/AutoRefundsViewController.swift

@ -34,8 +34,8 @@ class AutoRefundsViewController: UIViewController {
var autorefund: AutoRefund? {
didSet {
let availableBalance = (autorefund?.currentBalance ?? "0") + "(KRW)"
let refundCharge = (autorefund?.chargeAmount ?? "10,000") + "(KRW)"
let availableBalance = (autorefund?.currentBalance ?? "0") + "(MNT)"
let refundCharge = (autorefund?.chargeAmount ?? "10,000") + "(MNT)"
self.availableBalanceLabel.text = availableBalance
self.refundChargeLabel.text = refundCharge
}

60
GME Remit/Modules/SideMenu/Auto refund/autoRefund.storyboard

@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina5_5" orientation="portrait" appearance="dark"/>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -28,23 +26,23 @@
<objects>
<viewController storyboardIdentifier="AutoRefundsViewController" id="Ce0-gZ-wGC" customClass="AutoRefundsViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="FYD-pV-o4f">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" keyboardDismissMode="onDrag" translatesAutoresizingMaskIntoConstraints="NO" id="CIs-T7-uFq">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="50" translatesAutoresizingMaskIntoConstraints="NO" id="5no-cI-xf0">
<rect key="frame" x="10" y="30" width="394" height="185.33333333333334"/>
<rect key="frame" x="10" y="30" width="580" height="186.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="r6G-j7-vAk">
<rect key="frame" x="0.0" y="0.0" width="394" height="65.333333333333329"/>
<rect key="frame" x="0.0" y="0.0" width="580" height="66.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="sgl-E1-Mcp">
<rect key="frame" x="0.0" y="0.0" width="394" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="580" height="20.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="HOW MUCH WOULD YOU LIKE TO REFUND?" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Y6B-kW-WCC" userLabel="HOW MUCH WOULD YOU LIKE TO REFUND?">
<rect key="frame" x="0.0" y="0.0" width="394" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="580" height="20.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
@ -52,13 +50,13 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="U2h-8E-5xD">
<rect key="frame" x="0.0" y="30.000000000000004" width="394" height="35.333333333333343"/>
<rect key="frame" x="0.0" y="30.5" width="580" height="36"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillProportionally" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="JBf-JR-yPj">
<rect key="frame" x="88.666666666666686" y="0.0" width="217" height="17.666666666666668"/>
<rect key="frame" x="193" y="0.0" width="194" height="18"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7A5-2S-KR0">
<rect key="frame" x="0.0" y="0.0" width="158.66666666666666" height="17.666666666666668"/>
<rect key="frame" x="0.0" y="0.0" width="139.5" height="18"/>
<string key="text">AVAILABLE BALANCE :
</string>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="15"/>
@ -66,8 +64,8 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Neh-19-adB">
<rect key="frame" x="166.66666666666663" y="0.0" width="50.333333333333343" height="17.666666666666668"/>
<string key="text">0(KRW)
<rect key="frame" x="147.5" y="0.0" width="46.5" height="18"/>
<string key="text">0(MNT)
</string>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/>
@ -76,16 +74,16 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1GE-nB-L01">
<rect key="frame" x="46.333333333333343" y="17.666666666666671" width="301.33333333333326" height="17.666666666666671"/>
<rect key="frame" x="159" y="18" width="262" height="18"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PRE REFUND BANK CHARGE : " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Idq-n3-KTT">
<rect key="frame" x="0.0" y="0.0" width="217.66666666666666" height="17.666666666666668"/>
<rect key="frame" x="0.0" y="0.0" width="187.5" height="18"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" 1,000(KRW)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eby-hG-WLU">
<rect key="frame" x="217.66666666666666" y="0.0" width="83.666666666666657" height="17.666666666666668"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" 1,000(MNT)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eby-hG-WLU">
<rect key="frame" x="187.5" y="0.0" width="74.5" height="18"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -97,19 +95,19 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="PtA-ji-qfX">
<rect key="frame" x="0.0" y="115.33333333333334" width="394" height="70"/>
<rect key="frame" x="0.0" y="116.5" width="580" height="70"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZWG-NA-5Ws">
<rect key="frame" x="0.0" y="0.0" width="394" height="70"/>
<rect key="frame" x="0.0" y="0.0" width="580" height="70"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QYs-9M-Mck">
<rect key="frame" x="8" y="0.0" width="386" height="70"/>
<rect key="frame" x="8" y="0.0" width="572" height="70"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalCentering" translatesAutoresizingMaskIntoConstraints="NO" id="fHN-GN-N0X">
<rect key="frame" x="0.0" y="0.0" width="261" height="70"/>
<rect key="frame" x="0.0" y="0.0" width="447" height="70"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eLK-Gp-YT3">
<rect key="frame" x="0.0" y="0.0" width="261" height="6"/>
<rect key="frame" x="0.0" y="0.0" width="447" height="6"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="6" id="Ff0-K8-cmA"/>
@ -119,14 +117,14 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You Refund" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MEb-H7-NvI">
<rect key="frame" x="0.0" y="6" width="261" height="14"/>
<rect key="frame" x="0.0" y="6" width="447" height="14"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="100,000" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ArH-OD-ene" customClass="GMENumberTextField" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="20" width="261" height="50"/>
<rect key="frame" x="0.0" y="20" width="447" height="50"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="iNj-at-9tv"/>
@ -138,10 +136,10 @@
</subviews>
</stackView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UE2-ls-4MK">
<rect key="frame" x="261" y="0.0" width="125" height="70"/>
<rect key="frame" x="447" y="0.0" width="125" height="70"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="2x7-iu-Hgb">
<rect key="frame" x="24" y="22" width="77" height="26"/>
<rect key="frame" x="26.5" y="22" width="72.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="dKI-dw-gu3">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -150,8 +148,8 @@
<constraint firstAttribute="height" constant="26" id="x3S-B1-Kpz"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yjX-f2-gfi">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yjX-f2-gfi">
<rect key="frame" x="36" y="0.0" width="36.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -193,7 +191,7 @@
</subviews>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="L2b-qD-hMq">
<rect key="frame" x="10" y="245.33333333333337" width="394" height="50"/>
<rect key="frame" x="10" y="246.5" width="580" height="50"/>
<color key="backgroundColor" red="1" green="0.1529411765" blue="0.1529411765" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="6pU-Sz-0rf"/>

30
GME Remit/Modules/SplashScreen/User Interface/View/SplashScreen.storyboard

@ -172,13 +172,13 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You Send" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q9p-f3-PVi">
<rect key="frame" x="0.0" y="6" width="127" height="14"/>
<rect key="frame" x="0.0" y="6" width="127" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1,000,000" placeholder="10,000,000" textAlignment="natural" minimumFontSize="12" translatesAutoresizingMaskIntoConstraints="NO" id="Tbe-dC-rgG" customClass="GMENumberTextField" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="20" width="127" height="30"/>
<rect key="frame" x="0.0" y="20.5" width="127" height="29.5"/>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="Ixd-3i-8BF"/>
@ -193,7 +193,7 @@
<rect key="frame" x="127" y="0.0" width="125" height="50"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="tEw-hJ-iFs">
<rect key="frame" x="24" y="12" width="77" height="26"/>
<rect key="frame" x="26.5" y="12" width="72.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="34B-xO-svC">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -202,8 +202,8 @@
<constraint firstAttribute="width" constant="26" id="Pnw-DC-9of"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="h40-R1-hmc">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="h40-R1-hmc">
<rect key="frame" x="36" y="0.0" width="36.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -258,7 +258,7 @@
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Ykt-vE-M86">
<rect key="frame" x="15" y="0.0" width="205" height="30"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 KRW (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bV0-QC-uwk">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text=" -5,000 MNT (Transfer Fees Included)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bV0-QC-uwk">
<rect key="frame" x="0.0" y="0.0" width="205" height="30"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
@ -332,13 +332,13 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Recepient Gets" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Uhe-bt-HYc">
<rect key="frame" x="0.0" y="6" width="127" height="14"/>
<rect key="frame" x="0.0" y="6" width="127" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1,000,000" placeholder="10,000,000" textAlignment="natural" minimumFontSize="12" translatesAutoresizingMaskIntoConstraints="NO" id="nVE-2o-P1Q" customClass="GMENumberTextField" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="20" width="127" height="30"/>
<rect key="frame" x="0.0" y="20.5" width="127" height="29.5"/>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="IDp-su-ffb"/>
@ -356,7 +356,7 @@
<rect key="frame" x="0.0" y="0.0" width="125" height="50"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="kbK-nO-e8j">
<rect key="frame" x="6" y="12" width="113" height="26"/>
<rect key="frame" x="8.5" y="12" width="108.5" height="26"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Korea" translatesAutoresizingMaskIntoConstraints="NO" id="dae-8d-fM2">
<rect key="frame" x="0.0" y="0.0" width="26" height="26"/>
@ -365,14 +365,14 @@
<constraint firstAttribute="height" constant="26" id="edJ-bV-1X9"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="82h-n3-bO9">
<rect key="frame" x="36" y="0.0" width="41" height="26"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MNT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="82h-n3-bO9">
<rect key="frame" x="36" y="0.0" width="36.5" height="26"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="18"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_dropdownSmall" translatesAutoresizingMaskIntoConstraints="NO" id="rVh-AA-EBn">
<rect key="frame" x="87" y="0.0" width="26" height="26"/>
<rect key="frame" x="82.5" y="0.0" width="26" height="26"/>
<color key="tintColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="26" id="Igu-y4-Yyu"/>
@ -533,10 +533,10 @@
</constraints>
</view>
<stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="2Nn-5E-IA8">
<rect key="frame" x="89" y="543" width="142" height="20"/>
<rect key="frame" x="91" y="543" width="138" height="20"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="App Version" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oxi-rn-1LG">
<rect key="frame" x="0.0" y="0.0" width="70.5" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="66.5" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="kxe-TI-Sn3"/>
</constraints>
@ -545,7 +545,7 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ng8-um-X90">
<rect key="frame" x="75.5" y="0.0" width="66.5" height="20"/>
<rect key="frame" x="71.5" y="0.0" width="66.5" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="Gig-lH-WE5"/>
</constraints>

6
GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift

@ -155,7 +155,7 @@ class SplashScreenViewController: UIViewController {
let roundedForUnit = round((calculatedForUnit) * 10) / 10
let translated = "current_exchange_rate_text".localized()
exchangeRateForUnitLabel.text = "\(translated) : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) KRW"
exchangeRateForUnitLabel.text = "\(translated) : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) MNT"
exchangeRateForUnitLabel.layer.cornerRadius = 5
exchangeRateForUnitLabel.layer.borderWidth = 1
exchangeRateForUnitLabel.layer.borderColor = UIColor.themeBlack.cgColor
@ -538,8 +538,8 @@ extension SplashScreenViewController {
func calculateExchangeRate() {
let model = ExchangeRateRequestModel(
senderAmount: (senderTextField.text ?? "").stringRemovingComma(),
senderCurrency: "KRW",
senderCountryID: "118",
senderCurrency: "MNT",
senderCountryID: "142",
recipientAmount: (recipientTextField.text ?? "").stringRemovingComma(),
recipientCurrency: selectedExchangeRateModel?.currency ?? "",
recipientCountryID: selectedExchangeRateModel?.countryId ?? "",

2
GME Remit/MultiLanguages/bn.lproj/Localizable.strings

@ -629,7 +629,7 @@
"local_transfer_text" = " লোকাল ট্রান্সফার ";
"select_auto_debit_account_text" = "অটো ডেবিট একাউন্ট নির্বাচন করুণ";
"domestic_available_balance_text" = " পর্যাপ্ত ব্যালেন্স ";
"enter_send_amount_text" = "প্রেরণের পরিমাণ (KRW)";
"enter_send_amount_text" = "প্রেরণের পরিমাণ (MNT)";
"select_korea_bank" = "কোরিয়ান ব্যাংক নির্বাচন করুণ";
"enter_account_text" = "একাউন্ট নাম্বার";
"recipient_name_text" = "প্রাপকের নাম";

10
GME Remit/MultiLanguages/en.lproj/Localizable.strings

@ -638,7 +638,7 @@
"local_transfer_text" = "Local Transfer";
"select_auto_debit_account_text" = "Select Your Auto-debit Account";
"domestic_available_balance_text" = "Available Balance";
"enter_send_amount_text" = "Enter Send Amount (KRW)";
"enter_send_amount_text" = "Enter Send Amount (MNT)";
"select_korea_bank" = "Select Bank";
"enter_account_text" = "Enter Account Number";
"recipient_name_text" = "Recipient Name";
@ -647,7 +647,7 @@
"account_balance_button_text" = "View Account Balance";
"doesnt_have_auto_debit_text" = "Please register an auto-debit account inorder to use this service.";
"amount_bigger_error_text" = "Amount bigger than Balance.";
"amount_minimum_error_text" = "Minimum sending amount should be at least 10,000 KRW";
"amount_minimum_error_text" = "Minimum sending amount should be at least 10,000 MNT";
"check_recipient_name_text" = "is recipient correct?";
"min_length_account_error_text" = "Bank Account No. should be at least 9 digits";
"invalid_account_error_text" = "Invalid bank account number";
@ -656,8 +656,8 @@
"local_text" = "Local";
"international_text" = "International";
"transfer_charge_text" = "Transfer Charge";
"will_deduct_info_text" = "It will deduct oooKRW (Amount + ServiceFee)";
"amount_max_error_text" = "Sending amount should not exceed 6,500,000 KRW";
"will_deduct_info_text" = "It will deduct oooMNT (Amount + ServiceFee)";
"amount_max_error_text" = "Sending amount should not exceed 6,500,000 MNT";
// Inbound
@ -668,7 +668,7 @@
"add_text" = "Add";
"inbound_text" = "Inbound";
"outbound_text" = "Outbound";
"pennytest_information_text" = "We have sent 1 KRW to your Bank Account, Please check the statement and enter the 4 digit number display after GME.";
"pennytest_information_text" = "We have sent 1 MNT to your Bank Account, Please check the statement and enter the 4 digit number display after GME.";
"deposit_reference_text" = "Deposit Reference";
"resend_text" = "Resend";
"added_inbound_account_message_text" = "Added your inbound account";

10
GME Remit/MultiLanguages/id.lproj/Localizable.strings

@ -639,7 +639,7 @@
"local_transfer_text" = "Transfer Lokal";
"select_auto_debit_account_text" = "Pilih Akun Debit Automatis Anda";
"domestic_available_balance_text" = "Saldo Tersedia";
"enter_send_amount_text" = "Masukan Jumlah Kirim (KRW)";
"enter_send_amount_text" = "Masukan Jumlah Kirim (MNT)";
"select_korea_bank" = "Pilih Bank Korea";
"enter_account_text" = "Masukan Nomor Rekening";
"recipient_name_text" = "Nama Penerima";
@ -648,7 +648,7 @@
"account_balance_button_text" = "Lihat Saldo Akun";
"doesnt_have_auto_debit_text" = "Mohon aktivasi akun debit automatis untuk menggunakan layanan ini";
"amount_bigger_error_text" = "Jumlah lebih besar dari Saldo";
"amount_minimum_error_text" = "Minimal jumlah pengiriman adalah 10,000 KRW";
"amount_minimum_error_text" = "Minimal jumlah pengiriman adalah 10,000 MNT";
"check_recipient_name_text" = "Apakah penerima sudah benar?";
"min_length_account_error_text" = "No. Rekening Bank minimal 9 digit";
"invalid_account_error_text" = "Nomor rekening bank tidak valid";
@ -657,8 +657,8 @@
"local_text" = "Lokal";
"international_text" = "Internasional";
"transfer_charge_text" = "Biaya Kirim";
"will_deduct_info_text" = "Pemotongan ooo KRW (Nominal + Biaya)";
"amount_max_error_text" = "Jumlah uang yang dikirim tidak boleh melebihi 6,500,000 KRW";
"will_deduct_info_text" = "Pemotongan ooo MNT (Nominal + Biaya)";
"amount_max_error_text" = "Jumlah uang yang dikirim tidak boleh melebihi 6,500,000 MNT";
// Inbound
@ -669,7 +669,7 @@
"add_text" = "Tambah";
"inbound_text" = "Pengiriman ke dalam Korea";
"outbound_text" = "Pengiriman ke luar Korea";
"pennytest_information_text" = "Kami mengirimkan 1 KRW ke Akun Bank Anda, Mohon cek riwayat rekening Anda dan masukan 4 angka yang ada setelah kata GME";
"pennytest_information_text" = "Kami mengirimkan 1 MNT ke Akun Bank Anda, Mohon cek riwayat rekening Anda dan masukan 4 angka yang ada setelah kata GME";
"deposit_reference_text" = "Refrensi Setoran";
"resend_text" = "Kirim Ulang";
"added_inbound_account_message_text" = "Akun Inbound Anda sudah ditambahkan";

2
GME Remit/MultiLanguages/km.lproj/Localizable.strings

@ -659,7 +659,7 @@
"local_text" = "ក្នុងស្រុក";
"international_text" = "ក្រៅស្រុក";
"transfer_charge_text" = "តម្លៃសេវា";
"will_deduct_info_text" = "លោកអ្នកនឹងត្រូវបានកាត់ ooo KRW (ចំនួនបញ្ចូល + ថ្លៃសេវាកម្ម)";
"will_deduct_info_text" = "លោកអ្នកនឹងត្រូវបានកាត់ ooo MNT (ចំនួនបញ្ចូល + ថ្លៃសេវាកម្ម)";
"amount_max_error_text" = "ការផ្ញើរមិនអាចលើសពី 6,500,000 វ៉ុន";
// Inbound

2
GME Remit/MultiLanguages/ko.lproj/Localizable.strings

@ -657,7 +657,7 @@
"international_text" = "해외";
"transfer_charge_text" = "수수료";
"will_deduct_info_text" = "ooo원이 차감될 것 입니다. (송금액 + 수수료)";
"amount_max_error_text" = "송금 금액이 6,500,000 KRW을 넘을 수 없습니다.";
"amount_max_error_text" = "송금 금액이 6,500,000 MNT을 넘을 수 없습니다.";
// Inbound
"inbound_accounts_text" = "타발송금 계좌";

6
GME Remit/MultiLanguages/ne.lproj/Localizable.strings

@ -636,7 +636,7 @@
"local_transfer_text" = "कोरियाको बैंकमा  पठाउनुहोस";
"select_auto_debit_account_text" = "अटो डेबिट खाता छान्नुहोस";
"domestic_available_balance_text" = "बाँकी रकम";
"enter_send_amount_text" = "पठाउने रकम लेख्नुहोस्(KRW)";
"enter_send_amount_text" = "पठाउने रकम लेख्नुहोस्(MNT)";
"select_korea_bank" = "कोरियाको बैंक छान्नुहोस";
"enter_account_text" = "खाता नम्बर राख्नुहोस";
"recipient_name_text" = "पाउनेको नाम";
@ -654,8 +654,8 @@
"local_text" = "कोरिया भित्रको";
"international_text" = "कोरिया बाहिरको";
"transfer_charge_text" = "सेवा शुल्क";
"will_deduct_info_text" = "ooo KRWकटौती गरिनेछ (रकम + सेवा शुल्क)";
"amount_max_error_text" = "पठाउने रकम ६,५०००,००० KRW भन्दा बढि हुनु हुँदैन।";
"will_deduct_info_text" = "ooo MNTकटौती गरिनेछ (रकम + सेवा शुल्क)";
"amount_max_error_text" = "पठाउने रकम ६,५०००,००० MNT भन्दा बढि हुनु हुँदैन।";
// Inbound

8
GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings

@ -639,7 +639,7 @@
"local_transfer_text" = "Денежные Переводы Внутри Кореи";
"select_auto_debit_account_text" = "Выберите свой банковский счет";
"domestic_available_balance_text" = "Доступные средства";
"enter_send_amount_text" = "Введите сумму отправки (KRW)";
"enter_send_amount_text" = "Введите сумму отправки (MNT)";
"select_korea_bank" = "Выберите корейский банк";
"enter_account_text" = "Введите номер счета";
"recipient_name_text" = "Имя получателя";
@ -648,7 +648,7 @@
"account_balance_button_text" = "Проверить баланс";
"doesnt_have_auto_debit_text" = "Пожалуйста, зарегистрируйте авто-дебетовый счет, чтобы воспользоваться этой услугой.";
"amount_bigger_error_text" = "Сумма больше чем Баланс.";
"amount_minimum_error_text" = "Минимальная сумма отправки должна быть не менее 10000 KRW";
"amount_minimum_error_text" = "Минимальная сумма отправки должна быть не менее 10000 MNT";
"check_recipient_name_text" = "Все данные правильно указаны?";
"min_length_account_error_text" = "Номер банковского счета должен быть не менее 9 цифр";
"invalid_account_error_text" = "Неверный номер банковского счета";
@ -657,7 +657,7 @@
"local_text" = "Местный";
"international_text" = "Международный";
"transfer_charge_text" = "Комиссия";
"will_deduct_info_text" = "Сумма к изъятию - ooo KRW (Сумма пополнения баланса + Комиссия)";
"will_deduct_info_text" = "Сумма к изъятию - ooo MNT (Сумма пополнения баланса + Комиссия)";
"amount_max_error_text" = "Сумма отправки не должна превышать 6,500,000 вон";
// Inbound
@ -668,7 +668,7 @@
"add_text" = "Добавить";
"inbound_text" = "Получение денежных средств из других стран";
"outbound_text" = "Международные Переводы";
"pennytest_information_text" = "Мы отправили 1 KRW на ваш счет. Пожалуйста, проверьте баланс и введите 4-х значный код, который вы увидите после GME";
"pennytest_information_text" = "Мы отправили 1 MNT на ваш счет. Пожалуйста, проверьте баланс и введите 4-х значный код, который вы увидите после GME";
"deposit_reference_text" = "Ссылка на депозит";
"resend_text" = "Отправить заново";
"added_inbound_account_message_text" = "Ваш счет для получения денежных средств добавлен";

6
GME Remit/MultiLanguages/si.lproj/Localizable.strings

@ -647,7 +647,7 @@
"local_transfer_text" = "දේශීය මුදල් මාරුව";
"select_auto_debit_account_text" = "ඔබගේ Auto-debit ගිණුම තෝරන්න";
"domestic_available_balance_text" = "ලබා ගත හැකි ගිණුම් ශේෂය";
"enter_send_amount_text" = "යැවීමට අවශ්‍ය මුදල ඇතුළත් කරන්න (KRW)";
"enter_send_amount_text" = "යැවීමට අවශ්‍ය මුදල ඇතුළත් කරන්න (MNT)";
"select_korea_bank" = "යැවීමට අවශ්‍ය කොරියානු බැංකුව තෝරන්න";
"enter_account_text" = "ගිණුම් අංකය ඇතුළත් කරන්න";
"recipient_name_text" = "ලබන්නාගේ නම";
@ -656,7 +656,7 @@
"account_balance_button_text" = "ගිණුම් ශේෂය බලන්න";
"doesnt_have_auto_debit_text" = "මෙම සේවාව භාවිතා කිරීම සඳහා කරුණාකර auto-debit ගිණුමක් ඇතුලත් කරන්න.";
"amount_bigger_error_text" = "ශේෂයට වඩා ඇතුලත් කල මුදල විශාලයි";
"amount_minimum_error_text" = "යැවීමට අවශ්‍ය මුදල අවම වශයෙන් 10000 KRW විය යුතුය";
"amount_minimum_error_text" = "යැවීමට අවශ්‍ය මුදල අවම වශයෙන් 10000 MNT විය යුතුය";
"check_recipient_name_text" = "ලබන්නා නිවැරදිද?";
"min_length_account_error_text" = "බැංකු ගිණුම් අංකය අවම වශයෙන් ඉලක්කම් 9 ක් විය යුතුය";
"invalid_account_error_text" = "බැංකු ගිණුම් අංකය වලංගු නැත";
@ -666,7 +666,7 @@
"international_text" = "අන්තර්ජාතික";
"transfer_charge_text" = "මුදල් මාරු කිරීමේ ගාස්තුව";
"will_deduct_info_text" = "වොන් ooo ක් අඩුවනු ඇත (මුදල + සේවා ගාස්තු )";
"amount_max_error_text" = "මුදල් ප්‍රමාණය 6,500,000 KRW නොඉක්මවිය යුතුය";
"amount_max_error_text" = "මුදල් ප්‍රමාණය 6,500,000 MNT නොඉක්මවිය යුතුය";
// Inbound
"inbound_accounts_text" = "මුදල් ගෙන්වන ගිණුම";

8
GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings

@ -553,8 +553,8 @@
"local_transfer_text" = "مقامی منتقلی";
"select_auto_debit_account_text" = "اپنا آٹو ڈیبٹ اکاؤنٹ منتخب کریں";
"domestic_available_balance_text" = "دستیاب بیلنس";
"amount_max_error_text" = "رقم 6،500،000 KRW سے زیادہ نہیں ہونی چاہئے";
"enter_send_amount_text" = "رقم (KRW) درج کریں";
"amount_max_error_text" = "رقم 6،500،000 MNT سے زیادہ نہیں ہونی چاہئے";
"enter_send_amount_text" = "رقم (MNT) درج کریں";
"select_korea_bank" = "کوریا بینک منتخب کریں";
"enter_account_text" = "اکاؤنٹ نمبر درج کریں";
"recipient_name_text" = "وصول کنندہ کا نام";
@ -563,7 +563,7 @@
"account_balance_button_text" = "اکاؤنٹ میں بیلنس دیکھیں";
"doesnt_have_auto_debit_text" = "براہ کرم اس خدمت کو استعمال کرنے کیلئے ایک آٹو ڈیبٹ اکاؤنٹ کا اندراج کریں۔";
"amount_bigger_error_text" = "بیلنس سے زیادہ رقم۔";
"amount_minimum_error_text" = "کم سے کم بھیجنے والی رقم کم از کم 10،000 KRW ہونی چاہئے";
"amount_minimum_error_text" = "کم سے کم بھیجنے والی رقم کم از کم 10،000 MNT ہونی چاہئے";
"check_recipient_name_text" = "کیا وصول کنندہ درست ہے؟";
"min_length_account_error_text" = "بینک اکاؤنٹ نمبر کم از کم 9 ہندسوں کا ہونا چاہئے";
"invalid_account_error_text" = "بینک اکاؤنٹ کا غلط نمبر";
@ -579,7 +579,7 @@
"add_text" = "شامل کریں";
"inbound_text" = "ان باؤنڈ";
"outbound_text" = "آؤٹ باؤنڈ";
"pennytest_information_text" = "We have sent 1 KRW to your Bank Account, Please check the statement and enter the 4 digit number display after GME.";
"pennytest_information_text" = "We have sent 1 MNT to your Bank Account, Please check the statement and enter the 4 digit number display after GME.";
"deposit_reference_text" = "جمع حوالہ";
"resend_text" = "دوبارہ بھیجیں";
"added_inbound_account_message_text" = "آپ کا ان باؤنڈ اکاؤنٹ شامل کیا گیا";

10
GME Remit/MultiLanguages/uz.lproj/Localizable.strings

@ -639,7 +639,7 @@
"local_transfer_text" = "Koreya Ichida Pul O`tkazmalar";
"select_auto_debit_account_text" = "Bank Hisobingizni Tanlang";
"domestic_available_balance_text" = "Mavjud balans";
"enter_send_amount_text" = "Yuborish miqdorini kiriting (KRW)";
"enter_send_amount_text" = "Yuborish miqdorini kiriting (MNT)";
"select_korea_bank" = "Korea Bankini tanlang";
"enter_account_text" = "Hisob raqamini kiriting";
"recipient_name_text" = "Qabul qiluvchining ismi";
@ -648,7 +648,7 @@
"account_balance_button_text" = "Hisob balansini ko'rish";
"doesnt_have_auto_debit_text" = "Ushbu xizmatdan foydalanish uchun iltimos, avtomatik to`lov hisobini ro'yxatdan o'tkazing.";
"amount_bigger_error_text" = "Balansdan katta miqdor.";
"amount_minimum_error_text" = "Minimal yuborish miqdori kamida 10000 KRW bo'lishi kerak";
"amount_minimum_error_text" = "Minimal yuborish miqdori kamida 10000 MNT bo'lishi kerak";
"check_recipient_name_text" = "Oluvchi to‘g‘rimi?";
"min_length_account_error_text" = "Bank hisob raqami kamida 9 ta raqamdan iborat bo'lishi kerak";
"invalid_account_error_text" = "Bank hisob raqami noto‘g‘ri";
@ -657,8 +657,8 @@
"local_text" = "Mahalliy";
"international_text" = "Xalqaro";
"transfer_charge_text" = "Xizmat Xaqqi";
"will_deduct_info_text" = "ooo KRW yechib olinadi (Miqdor+Xizmat haqqi)";
"amount_max_error_text" = "Jo'natish miqdori 6,500,000 KRWdan oshmasligi shart";
"will_deduct_info_text" = "ooo MNT yechib olinadi (Miqdor+Xizmat haqqi)";
"amount_max_error_text" = "Jo'natish miqdori 6,500,000 MNTdan oshmasligi shart";
// Inbound
@ -669,7 +669,7 @@
"add_text" = "Qo'shish";
"inbound_text" = "Chet Davlardan pul qabul qilish";
"outbound_text" = "Chet Davlatlarga pul jo'natish";
"pennytest_information_text" = "Bank Hisob Raqamingizga 1 KRW tushirildi, GME so'zidan keyingi 4 sonli kodni kiriting.";
"pennytest_information_text" = "Bank Hisob Raqamingizga 1 MNT tushirildi, GME so'zidan keyingi 4 sonli kodni kiriting.";
"deposit_reference_text" = "Depozit ma'lumoti";
"resend_text" = "Qayta jo'natish";
"added_inbound_account_message_text" = "Qabul qiluvchi hisob raqamingiz qo'shildi";

6
GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings

@ -630,7 +630,7 @@
"local_transfer_text" = "Chuyển khoản nội địa";
"select_auto_debit_account_text" = "Chọn tài khoản trừ tiền tự động của bạn";
"domestic_available_balance_text" = "Số dư hiện có";
"enter_send_amount_text" = "Nhập số tiền muốn chuyển (KRW)";
"enter_send_amount_text" = "Nhập số tiền muốn chuyển (MNT)";
"select_korea_bank" = "Chọn ngân hàng tại Hàn Quốc";
"enter_account_text" = "Nhập số tài khoản";
"recipient_name_text" = "Tên người nhận";
@ -639,7 +639,7 @@
"account_balance_button_text" = "Xem số dư tài khoản";
"doesnt_have_auto_debit_text" = "Xin hãy đăng ký dịch vụ trừ tiền tự động để sử dụng dịch vụ này";
"amount_bigger_error_text" = "Số tiền lớn hơn số hiện có";
"amount_minimum_error_text" = "Số tiền chuyển khoản tối thiểu là 10,000 KRW";
"amount_minimum_error_text" = "Số tiền chuyển khoản tối thiểu là 10,000 MNT";
"check_recipient_name_text" = "Thông tin người nhận đã chính xác chưa?";
"min_length_account_error_text" = "Số tài khoản ngân hàng phải có tối thiểu 9 ký tự";
"invalid_account_error_text" = "Số tài khoản ngân hàng không khả dụng";
@ -649,7 +649,7 @@
"international_text" = "Quốc tế";
"transfer_charge_text" = "Phí giao dịch";
"will_deduct_info_text" = "Số tiền ooo won sẽ được khấu trừ vào tài khoản (số tiền giao dịch + phí dịch vụ)";
"amount_max_error_text" = "Số tiền không được vượt quá 6,500,000 KRW";
"amount_max_error_text" = "Số tiền không được vượt quá 6,500,000 MNT";
// Inbound
"inbound_accounts_text" = "Tài khoản nội địa";

2
GME Remit/Utilities/CountryEnum.swift

@ -725,7 +725,7 @@ extension CountryEnum {
case .th: currency = "THB" // Thailand
case .uz: currency = "UZS" // Uzbekistan
case .ua: currency = "USD" // Ukraine
default: currency = "KRW"
default: currency = "MNT"
}
return currency
}

2
GME Remit/Utilities/CountryInfo.swift

@ -290,7 +290,7 @@ class CountryInfo {
"tj" : "USD", // Tajikistan
"th" : "THB", // Thailand
"uz" : "USD", // Uzbekistan
"default": "KRW"
"default": "MNT"
]
private var secondarySendingCurrency: [String: String] =

6
GME RemitTests/FunctionTest.swift

@ -142,13 +142,13 @@ class FunctionTest: XCTestCase {
amount = "10000"
XCTAssert(
amount.decimalToCurrency(as: .krw, isFront: true) == "KRW 10,000",
amount.decimalToCurrency(as: .krw, isFront: true) == "MNT 10,000",
amount.decimalToCurrency(as: .krw, isFront: true)
)
amount = "10000.00"
XCTAssert(
amount.decimalToCurrency(as: .krw, isFront: false) == "10,000 KRW",
amount.decimalToCurrency(as: .krw, isFront: false) == "10,000 MNT",
amount.decimalToCurrency(as: .krw, isFront: false)
)
@ -184,7 +184,7 @@ class FunctionTest: XCTestCase {
amount = "0.11"
XCTAssert(amount.currencyToDecimal() == "0.11", amount.currencyToDecimal())
amount = "KRW 10,000"
amount = "MNT 10,000"
XCTAssert(amount.currencyToDecimal() == "10000", amount.currencyToDecimal())
amount = "USD 11,345"

Loading…
Cancel
Save