Browse Source

forexid key changed to EXRATEID

pull/1/head
Amrit Giri 4 years ago
parent
commit
6879002d5b
  1. 2
      GME Remit/Models/Response/SendMoneyExchangeRate.swift

2
GME Remit/Models/Response/SendMoneyExchangeRate.swift

@ -45,7 +45,7 @@ class SendMoneyExchangeRateModel: Mappable {
senderAmount <- map["collAmt"]
senderCurrency <- map["collCurr"]
calcBy <- map["calcBy"]
forexId <- map["ForexSessionId"]
forexId <- map["EXRATEID"]
apiExchangeRate <- map["exRate"]
transferAmount <- map["sAmt"]
reciepientCurrency <- map["pCurr"]

Loading…
Cancel
Save