Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -134,6 +134,10 @@ import SwiftEventBus | ... | @@ -134,6 +134,10 @@ import SwiftEventBus |
| 134 | DispatchQueue.main.async { | 134 | DispatchQueue.main.async { |
| 135 | if (responseData?.getStatus == 1) { | 135 | if (responseData?.getStatus == 1) { |
| 136 | self.showSuccessDialog() | 136 | self.showSuccessDialog() |
| 137 | + | ||
| 138 | + swiftApi().getUnifiedCouponsDeals { unifiedCoupons in | ||
| 139 | + } failureCallback: { errorCode in | ||
| 140 | + } | ||
| 137 | } | 141 | } |
| 138 | 142 | ||
| 139 | } | 143 | } | ... | ... |
-
Please register or login to post a comment