name added to form

This commit was merged in pull request #827.
This commit is contained in:
victorAnumudu
2024-10-18 18:03:57 +01:00
parent 52ff30581f
commit fa7a0bd1da
3 changed files with 76 additions and 21 deletions
+13
View File
@@ -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)