correct API for wallet

This commit is contained in:
CHIEFSOFT\ameye
2024-03-21 16:04:53 -04:00
parent 1bd760a5a0
commit 68a8ff7d13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export class WrenchService {
return this.getPostData("groupmemberadd", reqData);
}
getFamilyWallets(reqData) {
return this.getPostData("familywallet", reqData);
return this.getPostData("kidwallets", reqData);
}
getPaymentHx(usrData) {