Showing
2 changed files
with
0 additions
and
5 deletions
No preview for this file type
... | @@ -97,11 +97,6 @@ extension CouponsViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -97,11 +97,6 @@ extension CouponsViewController: UITableViewDelegate, UITableViewDataSource{ |
97 | let ccms = swiftApi.LoyaltyContextualOfferModel() | 97 | let ccms = swiftApi.LoyaltyContextualOfferModel() |
98 | SwiftEventBus.post("ccms", sender: ccms) | 98 | SwiftEventBus.post("ccms", sender: ccms) |
99 | 99 | ||
100 | - // gifts event | ||
101 | - let gift = swiftApi.LoyaltyGiftsForYouOfferClickEvent() | ||
102 | - gift._title = "testTitle" | ||
103 | - SwiftEventBus.post("gifts", sender: gift) | ||
104 | - | ||
105 | // pacing_visible event | 100 | // pacing_visible event |
106 | let pacingEvent = swiftApi.WarplyPacingCardEventModel() | 101 | let pacingEvent = swiftApi.WarplyPacingCardEventModel() |
107 | pacingEvent._isVisible = true | 102 | pacingEvent._isVisible = true | ... | ... |
-
Please register or login to post a comment