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