Deelete cards
This commit is contained in:
@@ -37,6 +37,8 @@ export class WrenchService {
|
||||
We have to check if this sessio
|
||||
*/
|
||||
|
||||
console.log("apiReturn --->",apiReturn);
|
||||
|
||||
return apiReturn;
|
||||
}
|
||||
|
||||
@@ -116,6 +118,9 @@ export class WrenchService {
|
||||
return this.getPostData('paylistcard',usrData);
|
||||
}
|
||||
|
||||
deleteUserCard(reqData){
|
||||
return this.getPostData("payremcard", reqData);
|
||||
}
|
||||
setSuggestStatus(usrData){
|
||||
return this.getPostData('suggeststatus',usrData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user