Commit e2544329 by jay

.

1 parent b8abe8e6
......@@ -21,7 +21,7 @@ module.exports = createCoreService(
member_type: "REFERRAL",
full_name: data.referralName,
mobile1_isd: null,
mobile1: data.referralMobileNo,
mobile1: data.referralPhoneNo,
email1: data.referralEmail,
// building: data.building,
wing: data.wing,
......@@ -68,7 +68,7 @@ module.exports = createCoreService(
member_type: "REFEREE",
full_name: data.fullName,
mobile1_isd: null,
mobile1: data.mobileNo,
mobile1: data.mobileNumber,
email1: data.email,
// building: data.building,
wing: data.wing,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!