Panagiotis Triantafyllou

magenta fixes

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