Manos Chorianopoulos

WalletViewController small fix

...@@ -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()
......