FIX CARD TYPE
This commit is contained in:
@@ -263,7 +263,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "his is the family not login text DESCRIPTIOON - This is the offer available text";
|
||||
|
||||
snprintf(vname, sizeof (vname), "card_type_%05d", ic);
|
||||
out[vname] = "FAMILY_NOLOGIN";
|
||||
out[vname] = "COUPONS";
|
||||
|
||||
snprintf(vname, sizeof (vname), "offer_id_%05d", ic);
|
||||
out[vname] = "0";
|
||||
|
||||
Reference in New Issue
Block a user