virtual card form country and state added
This commit is contained in:
@@ -1536,6 +1536,18 @@ class usersService {
|
||||
return this.postAuxEnd("/recentpastdue", postData);
|
||||
}
|
||||
|
||||
//API TO GET STATES FROM COUNTRY
|
||||
getStateFromCountry(reqData){
|
||||
var postData = {
|
||||
member_uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
// action: apiConst.WRENCHBOARD_LOGIN_PROMO,
|
||||
...reqData
|
||||
};
|
||||
return this.postAuxEnd("/countrystate", 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