Subversion Repositories SmartDukaan

Rev

Rev 37144 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37144 Rev 37629
Line 166... Line 166...
166
	private static final Logger log = LogManager.getLogger(CartController.class);
166
	private static final Logger log = LogManager.getLogger(CartController.class);
167
 
167
 
168
	List<EscalationType> esclationType = Arrays.asList(EscalationType.L3, EscalationType.L4, EscalationType.L2);
168
	List<EscalationType> esclationType = Arrays.asList(EscalationType.L3, EscalationType.L4, EscalationType.L2);
169
 
169
 
170
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "tarun.verma@smartdukaan.com",
170
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "tarun.verma@smartdukaan.com",
171
			"niranjan.kala@smartdukaan.com", "sm@smartdukaan.com");
171
			"niranjan.kala@smartdukaan.com");
172
 
172
 
173
	static {
173
	static {
174
		// MIN_BRAND_QTY_LIMIT.put("Realme", 10);
174
		// MIN_BRAND_QTY_LIMIT.put("Realme", 10);
175
		MIN_BRAND_QTY_LIMIT.put("Reliance", 5);
175
		MIN_BRAND_QTY_LIMIT.put("Reliance", 5);
176
	}
176
	}