This commit is contained in:
2022-08-07 15:08:18 -04:00
parent 9dd76a2a3a
commit 72dc1b0f12
3 changed files with 25 additions and 11 deletions
+5
View File
@@ -30,6 +30,11 @@ INSERT INTO payment_types(type_code,code,dir) VALUES('OFFER_PYM_REFUND','OFRFD',
*/
long UpdateMemberWallet(long member_id,long wallet_id,long amount, long payment_id);
long WrenchMemberTopupPayment( CVars in, CVars &out )
{
logfmt(FLOG_MAX, "long WrenchMemberTopupPayment(CVars in, CVars &out)" );
return 0;
}
long WrenchMemberCouponPayment( CVars in, CVars &out )
{
logfmt(FLOG_MAX, "long WrenchMemberCouponPayment(CVars in, CVars &out)" );