Browse Source

transfer reason key corrected

pull/1/head
gme_2 6 years ago
parent
commit
b91610c895
  1. 2
      GMERemittance/Model/Reciepient.swift

2
GMERemittance/Model/Reciepient.swift

@ -24,7 +24,7 @@ struct RecipientModelFields {
static let relation = "Relation" static let relation = "Relation"
static let mobileNumber = "MobileNo" static let mobileNumber = "MobileNo"
static let email = "Email" static let email = "Email"
static let reason = "TransferReasons"
static let reason = "TransferReason"
} }

Loading…
Cancel
Save