Panagiotis Triantafyllou

magenta fixes

...@@ -121,7 +121,7 @@ public class HomeFragment extends Fragment implements View.OnClickListener, Swip ...@@ -121,7 +121,7 @@ public class HomeFragment extends Fragment implements View.OnClickListener, Swip
121 return; 121 return;
122 } 122 }
123 if (view.getId() == R.id.ll_sm_flow) { 123 if (view.getId() == R.id.ll_sm_flow) {
124 - WarplyManagerHelper.openSuperMarketsFlow(getContext()); 124 + WarplyManagerHelper.openSupermarketsFlow(getContext());
125 return; 125 return;
126 } 126 }
127 if (view.getId() == R.id.ll_sm_map) { 127 if (view.getId() == R.id.ll_sm_map) {
......
...@@ -116,7 +116,7 @@ public class WarplyManagerHelper { ...@@ -116,7 +116,7 @@ public class WarplyManagerHelper {
116 return url; 116 return url;
117 } 117 }
118 118
119 - public static void openSuperMarketsFlow(Context context) { 119 + public static void openSupermarketsFlow(Context context) {
120 if (mSupermarketCampaigns == null || mSupermarketCampaigns.isEmpty()) { 120 if (mSupermarketCampaigns == null || mSupermarketCampaigns.isEmpty()) {
121 return; 121 return;
122 } 122 }
......
...@@ -44,7 +44,7 @@ public class WarpConstants { ...@@ -44,7 +44,7 @@ public class WarpConstants {
44 public static final String WARPLY_ANALYTICS = "analytics/"; 44 public static final String WARPLY_ANALYTICS = "analytics/";
45 public static final String WARPLY_DEVICE_INFO = "info/"; 45 public static final String WARPLY_DEVICE_INFO = "info/";
46 public static final String BASE_URL_OTP = "otp/"; 46 public static final String BASE_URL_OTP = "otp/";
47 - public static final String SUPERMARKETS_MAP = "map"; 47 + public static final String SUPERMARKETS_MAP = "map?map=true";
48 public static final String PATH_CONTEXT = "context"; 48 public static final String PATH_CONTEXT = "context";
49 public static final String PATH_REGISTER = "register"; 49 public static final String PATH_REGISTER = "register";
50 public static final String HEADER_CHANNEL = "channel"; 50 public static final String HEADER_CHANNEL = "channel";
......