From 56917c1e92e6b07f3623f947eae7e0149c4b687e Mon Sep 17 00:00:00 2001 From: Amrit Giri Date: Mon, 29 Jun 2020 09:33:04 +0545 Subject: [PATCH] static sender and receiver changed in send money --- .../View/SendMoneyExchangeRateViewController.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift b/GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift index f0aefc19..2225f762 100644 --- a/GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift +++ b/GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift @@ -397,10 +397,10 @@ class SendMoneyExchangeRateViewController: UIViewController { let senderCountryId = "142" let reciepientAmount = reciepientAmount.stringRemovingComma() let recipientCurrency = selectedCurrencyViewModel?.currency - let reciepientCountryName = "NEPAL"//reciepient?.country - let reciepientCountryId = "151"//reciepient?.countryID + let reciepientCountryName = reciepient?.country + let reciepientCountryId = reciepient?.countryID let paymentMethod = "wallet" - let paymentMethodId = "2"//requestModel?.paymemtMode?.id + let paymentMethodId = requestModel?.paymemtMode?.id let payoutPartner = requestModel?.paymemtMode?.payoutPartner let myUsername = Utility.getMyUserName() let bankId = requestModel?.bank?.id //bank id if selected bank