Browse Source

bug fixed

pull/1/head
gme_2 6 years ago
parent
commit
61f5cc786d
  1. 2
      GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift
  2. 2
      GMERemittance/UrlManager.swift
  3. 2
      ne.lproj/Localizable.strings

2
GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift

@ -217,7 +217,7 @@ class KycForm3ViewController: UIViewController {
case .back: case .back:
image = #imageLiteral(resourceName: "sampleBack") image = #imageLiteral(resourceName: "sampleBack")
case .passbook: case .passbook:
image = #imageLiteral(resourceName: "sampleBack")
image = #imageLiteral(resourceName: "samplePassbook")
// case .passport: // case .passport:
// image = #imageLiteral(resourceName: "sampleBack") // image = #imageLiteral(resourceName: "sampleBack")
} }

2
GMERemittance/UrlManager.swift

@ -25,7 +25,7 @@ class UrlManager {
let oldUatServer = "http://gmeuat.gmeremit.com:5012/api/v1/" let oldUatServer = "http://gmeuat.gmeremit.com:5012/api/v1/"
let staggingServerUrl = "http://gmeuat.gmeremit.com:5026/api/"
let staggingServerUrl = "http://gmeuat.gmeremit.com:5022/api/"
let liveServerUrl = "https://mobileapi.gmeremit.com:8002/api/" let liveServerUrl = "https://mobileapi.gmeremit.com:8002/api/"
let uatServer = "http://gmeuat.gmeremit.com:5012/api/" let uatServer = "http://gmeuat.gmeremit.com:5012/api/"

2
ne.lproj/Localizable.strings

@ -124,7 +124,7 @@
"no_currency_selected_error" = "मुद्रा छान्नुहोस "; "no_currency_selected_error" = "मुद्रा छान्नुहोस ";
"send_money_title_text" = "पैसा पठाउनुहोस "; "send_money_title_text" = "पैसा पठाउनुहोस ";
"payout_mode_text" = "भुक्तनी लिने तरिका ";
"payout_mode_text" = "भुक्तनी लिने तरिका ";
"amount_detail_text" = "रकम विवरण "; "amount_detail_text" = "रकम विवरण ";
"verification_detail_text" = "रुजु "; "verification_detail_text" = "रुजु ";
"pick_money_text" = "मा प्राप्तकर्ताले कसरी पैसा लिन चाहनुहुन्छ"; "pick_money_text" = "मा प्राप्तकर्ताले कसरी पैसा लिन चाहनुहुन्छ";

Loading…
Cancel
Save