Subversion Repositories SmartDukaan

Rev

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

Rev 24464 Rev 24502
Line 69... Line 69...
69
	private ItemRepository itemRepository;
69
	private ItemRepository itemRepository;
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("Reliance", 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({