Subversion Repositories SmartDukaan

Rev

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

Rev 27777 Rev 27778
Line 154... Line 154...
154
	private static final double ONE_LAC = 1 * 1000 * 100;
154
	private static final double ONE_LAC = 1 * 1000 * 100;
155
	private static final double TWO_LAC = 2 * 1000 * 100;
155
	private static final double TWO_LAC = 2 * 1000 * 100;
156
	private static final double FOUR_LAC = 4 * 1000 * 100;
156
	private static final double FOUR_LAC = 4 * 1000 * 100;
157
 
157
 
158
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "neeraj.gupta@smartdukaan.com",
158
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "neeraj.gupta@smartdukaan.com",
159
			"niranjan.kala@smartdukaan.com", "hemant.kaura@smartdukaan.com", "amit.gupta@smartdukaan.com",
159
			"niranjan.kala@smartdukaan.com", "hemant.kaura@smartdukaan.com", "amit.gupta@shop2020.in",
160
			"tejbeer.kaur@smartdukaan.com");
160
			"tejbeer.kaur@shop2020.in");
161
 
161
 
162
	@Value("${web.api.host}")
162
	@Value("${web.api.host}")
163
	private String webApiHost;
163
	private String webApiHost;
164
 
164
 
165
	@Value("${web.api.scheme}")
165
	@Value("${web.api.scheme}")