Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -193,8 +193,8 @@ var timer2: DispatchSourceTimer? | ... | @@ -193,8 +193,8 @@ var timer2: DispatchSourceTimer? |
193 | 193 | ||
194 | 194 | ||
195 | } else if (eventArray[1] == "couponRetrieved") { | 195 | } else if (eventArray[1] == "couponRetrieved") { |
196 | - // let couponEvent = swiftApi.CouponEventModel() | 196 | + let couponEvent = swiftApi.CouponEventModel() |
197 | - // SwiftEventBus.post("coupon_retrieved", sender: couponEvent) | 197 | + SwiftEventBus.post("coupon_retrieved", sender: couponEvent) |
198 | 198 | ||
199 | swiftApi().getCouponsAsync(getCouponsCallback) | 199 | swiftApi().getCouponsAsync(getCouponsCallback) |
200 | 200 | ... | ... |
-
Please register or login to post a comment