Showing
4 changed files
with
4 additions
and
4 deletions
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
... | @@ -160,8 +160,8 @@ var timer2: DispatchSourceTimer? | ... | @@ -160,8 +160,8 @@ var timer2: DispatchSourceTimer? |
160 | SwiftEventBus.post("questionnaire", sender: questionnaireEvent) | 160 | SwiftEventBus.post("questionnaire", sender: questionnaireEvent) |
161 | 161 | ||
162 | } else if (eventArray[1] == "couponRetrieved") { | 162 | } else if (eventArray[1] == "couponRetrieved") { |
163 | - let couponEvent = swiftApi.CouponEventModel() | 163 | + // let couponEvent = swiftApi.CouponEventModel() |
164 | - SwiftEventBus.post("coupon_retrieved", sender: couponEvent) | 164 | + // SwiftEventBus.post("coupon_retrieved", sender: couponEvent) |
165 | 165 | ||
166 | swiftApi().getCouponsAsync(getCouponsCallback) | 166 | swiftApi().getCouponsAsync(getCouponsCallback) |
167 | 167 | ... | ... |
-
Please register or login to post a comment