name added to form
This commit was merged in pull request #827.
This commit is contained in:
@@ -1548,6 +1548,19 @@ class usersService {
|
||||
return this.postAuxEnd("/countrystate", postData);
|
||||
}
|
||||
|
||||
//API TO GET STATES FROM COUNTRY
|
||||
walletCardRequest(reqData){
|
||||
var postData = {
|
||||
uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
target_uid: localStorage.getItem("uid"),
|
||||
action: apiConst.WRENCHBOARD_WALLET_CARD_REQUEST,
|
||||
...reqData
|
||||
};
|
||||
return this.postAuxEnd("/wallets/card/request", postData);
|
||||
}
|
||||
|
||||
/*
|
||||
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)
|
||||
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(password)
|
||||
|
||||
Reference in New Issue
Block a user