Browse Source

account number added

pull/1/head
gme_2 6 years ago
parent
commit
35fa83bcee
  1. 2
      GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift

2
GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift

@ -81,7 +81,7 @@ extension SendMoneyVerificationInteractor: SendMoneyVerificationInteractorInput
"isAgreed": "TRUE",
"txnPassword": model.transactionPassword ?? "",
"ReceiverAccountNumber": model.accountNumber ?? ""
]
return params

Loading…
Cancel
Save