Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ public struct GlobalVariables { | ... | @@ -17,7 +17,7 @@ public struct GlobalVariables { |
17 | static var boxCoupons: Array<swiftApi.ActiveBoxCouponModel> = [] | 17 | static var boxCoupons: Array<swiftApi.ActiveBoxCouponModel> = [] |
18 | static var couponList: Array<swiftApi.CouponItemModel> = [] | 18 | static var couponList: Array<swiftApi.CouponItemModel> = [] |
19 | static var oldCouponList: Array<swiftApi.CouponItemModel> = [] | 19 | static var oldCouponList: Array<swiftApi.CouponItemModel> = [] |
20 | - static var smCouponList: Array<swiftApi.CouponItemModel> = [] | 20 | + static var smCouponList: Array<swiftApi.CouponItemModel> = [] // Unused SM coupons (not used inside a unified coupon) |
21 | static var smOldCouponList: Array<swiftApi.CouponItemModel> = [] | 21 | static var smOldCouponList: Array<swiftApi.CouponItemModel> = [] |
22 | static var allOldCouponList: Array<swiftApi.CouponItemModel> = [] | 22 | static var allOldCouponList: Array<swiftApi.CouponItemModel> = [] |
23 | static var couponSetList: Array<swiftApi.CouponSetItemModel> = [] | 23 | static var couponSetList: Array<swiftApi.CouponSetItemModel> = [] | ... | ... |
-
Please register or login to post a comment