Subversion Repositories SmartDukaan

Rev

Rev 24442 | Rev 24502 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24442 Rev 24464
Line 70... Line 70...
70
 
70
 
71
	public static final Map<String, Integer> MIN_BRAND_QTY_LIMIT = new HashMap<>();
71
	public static final Map<String, Integer> MIN_BRAND_QTY_LIMIT = new HashMap<>();
72
 
72
 
73
	static {
73
	static {
74
		MIN_BRAND_QTY_LIMIT.put("Realme", 10);
74
		MIN_BRAND_QTY_LIMIT.put("Realme", 10);
75
		MIN_BRAND_QTY_LIMIT.put("Jio", 5);
75
		MIN_BRAND_QTY_LIMIT.put("Reliance", 5);
76
	}
76
	}
77
 
77
 
78
	@RequestMapping(value = ProfitMandiConstants.URL_CART, method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)
78
	@RequestMapping(value = ProfitMandiConstants.URL_CART, method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)
79
	@ApiImplicitParams({
79
	@ApiImplicitParams({
80
			@ApiImplicitParam(name = "Auth-Token", value = "Auth-Token", required = true, dataType = "string", paramType = "header") })
80
			@ApiImplicitParam(name = "Auth-Token", value = "Auth-Token", required = true, dataType = "string", paramType = "header") })