Notifications

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 10:45:38 -05:00
parent 20d20843d8
commit d60dd65078
6 changed files with 82 additions and 15 deletions
+1
View File
@@ -15,6 +15,7 @@ long WrenchMemberOwnerMarketMessages(CVars in, CVars &out);
long WrenchMemberActiveJobs(CVars in, CVars &out);
long WrenchReturnMemberPaymentHx(CVars in, CVars &out);
long WrenchReturnMemberBankAccount(CVars in, CVars &out);
long WrenchReturnMemberNotifications(CVars in, CVars &out);
long WrenchAccountSettings( CVars in, CVars &out );
#endif
@@ -221,6 +221,7 @@ enum { PARTNER_STRIPE };
#define WRENCHBOARD_ACCOUNT_PENDJOB 11043
#define WRECNH_CREDIT_HOOKS_FULUTTER 11045
#define WRENCHBOARD_ACCT_NOTIFICATIONS 11046
#define WRENCHBOARD_USER_GETBANKLIST 11050
#define WRENCHBOARD_USER_SENDMONEY 11051