- default category index changed
- special category fix
This commit is contained in:
@@ -6,10 +6,7 @@ public class ApiConstants {
|
||||
//public static final String API_PATH = "http://www.pizzalink.ch/";
|
||||
public static final String API_PATH = "http://pizzaleu.ddns.net/";
|
||||
//public static final String API_PATH = "http://pizzamaxx.ch/";
|
||||
public static final int CATEGORY_ID_WUNSCHPIZZA = 9999;
|
||||
public static final int CATEGORY_ID_EKSTRA_KEBAP = 9998;
|
||||
public static final int PRODUCT_ID_WUNSCHPIZZA = 56;
|
||||
public static final int PRODUCT_ID_EKSTRA_KEBAP = 91;
|
||||
public static final String APP_TYPE_ID_ANDROID = "2";
|
||||
public static final int APP_ERROR_CODE_AUTHORIZATION = 1;
|
||||
|
||||
@@ -33,5 +30,5 @@ public class ApiConstants {
|
||||
public static final String ONESIGNAL_NOTIFICATION_TAG_KEY = "notificationAllowed";
|
||||
public static final String ONESIGNAL_NOTIFICATION_TAG_VALUE = "true";
|
||||
|
||||
public static final int NAVIGATION_MENU_DEFAULT_CATEGORY_INDEX = 6;
|
||||
public static final int NAVIGATION_MENU_DEFAULT_CATEGORY_INDEX = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user