Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -33,7 +33,7 @@ import SwiftEventBus | ... | @@ -33,7 +33,7 @@ import SwiftEventBus |
| 33 | @IBOutlet weak var tableView: UITableView! | 33 | @IBOutlet weak var tableView: UITableView! |
| 34 | @IBOutlet weak var activeCodeImage: UIImageView! | 34 | @IBOutlet weak var activeCodeImage: UIImageView! |
| 35 | 35 | ||
| 36 | - public var coupons:Array<swiftApi.CouponItemModel> = swiftApi().filterActiveCoupons(swiftApi().getCouponList()) | 36 | + public var coupons:Array<swiftApi.CouponItemModel> = swiftApi().getCouponList() |
| 37 | public var dfyCoupons:Array<swiftApi.ActiveDFYCouponModel> = swiftApi().getActiveDFYCoupons() | 37 | public var dfyCoupons:Array<swiftApi.ActiveDFYCouponModel> = swiftApi().getActiveDFYCoupons() |
| 38 | public var loyaltyBadge:swiftApi.LoyaltyBadgeModel = swiftApi().getLoyaltyBadge() | 38 | public var loyaltyBadge:swiftApi.LoyaltyBadgeModel = swiftApi().getLoyaltyBadge() |
| 39 | public var profile:swiftApi.ProfileModel? = swiftApi().getConsumer() | 39 | public var profile:swiftApi.ProfileModel? = swiftApi().getConsumer() | ... | ... |
-
Please register or login to post a comment