Manos Chorianopoulos

fix Map merchants on unified single coupon

......@@ -515,7 +515,12 @@ import AVFoundation
swiftApi().logTrackersEvent("click", "SeeShops")
let vc = SwiftWarplyFramework.MapsViewController(nibName: "MapsViewController", bundle: Bundle(for: MyEmptyClass.self))
vc.couponSet = coupon?.couponset_data
if (isMarket == true) {
vc.isMarket = true
} else {
vc.couponSet = coupon?.couponset_data
}
self.navigationController?.pushViewController(vc, animated: true)
// if (mapBtnVisible == true) {
......