This commit is contained in:
2022-06-01 20:58:05 -04:00
parent a9380d73e9
commit 268e1b6a54
2 changed files with 88 additions and 3 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ 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);
long CheckWallet(long member_id,CVars in);
long DeductMemberWallet(long member_id,long wallet_id,long amount, long payment_id);
long WrenchMemberCouponPayment( CVars in, CVars &out );
#endif