This commit is contained in:
2022-03-07 14:00:36 -05:00
parent b0747071e9
commit b9de6b4a98
5 changed files with 105 additions and 19 deletions
+1
View File
@@ -13,6 +13,7 @@ long WrenchCanceContractPayment( CVars in, CVars &out );
long WrenchNewCardPayment( CVars in, CVars &out );
long WrenchCardRechargePayment( CVars in, CVars &out );
long CheckWallet(long member_id,CVars in);
long DeductMemberWallet(long member_id,long wallet_id,long amount, long payment_id);
#endif