family walllet

This commit is contained in:
CHIEFSOFT\ameye
2023-10-24 11:31:22 -04:00
parent 645a1104a0
commit c16248bf61
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -139,6 +139,11 @@ export class WrenchService {
return this.getPostData("getwallets", usrData);
}
getFamilyWallets(reqData) {
return this.getPostData("familywallet", reqData);
}
getPaymentHx(usrData) {
return this.getPostData("paymenthx", usrData);
}