Changed the status and moved the payload to the users-services
This commit is contained in:
@@ -444,7 +444,14 @@ class usersService {
|
||||
|
||||
//END POINT CALL FOR SENDING REFERRAL MESSAGE
|
||||
sendReferralMsg(postData) {
|
||||
return this.postAuxEnd("/sendreferral", postData);
|
||||
var reqData = {
|
||||
uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
action: 11032,
|
||||
...postData
|
||||
}
|
||||
return this.postAuxEnd("/sendreferral", reqData);
|
||||
}
|
||||
|
||||
StartResetPassword(reqData) {
|
||||
|
||||
Reference in New Issue
Block a user