Deelete cards

This commit is contained in:
CHIEFSOFT\ameye
2023-11-04 10:12:40 -04:00
parent 12fc5a31fc
commit c59fee5b49
2 changed files with 30 additions and 2 deletions
+5
View File
@@ -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);
}