diff --git a/GME Remit/Models/Response/SendMoneyExchangeRate.swift b/GME Remit/Models/Response/SendMoneyExchangeRate.swift index 1eb290aa..6e1feb76 100644 --- a/GME Remit/Models/Response/SendMoneyExchangeRate.swift +++ b/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"]