Manos Chorianopoulos

fix cancelUnifiedCoupon refreshing UnifiedCoupons

...@@ -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 }
......