Subversion Repositories SmartDukaan

Rev

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

Rev 27417 Rev 27418
Line 64... Line 64...
64
	Gson gson;
64
	Gson gson;
65
 
65
 
66
	@Autowired
66
	@Autowired
67
	private HypertrackKeyRepository hypertrackKeyRepository;
67
	private HypertrackKeyRepository hypertrackKeyRepository;
68
 
68
 
69
	@Autowired
-
 
70
	private EmployeeAttendanceRepository employeeAttendanceRepository;
-
 
71
 
-
 
72
	@Autowired
-
 
73
	private VelocityEngine velocityEngine;
-
 
74
 
-
 
75
	@Autowired
-
 
76
	JavaMailSender mailSender;
-
 
77
 
-
 
78
	private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
69
	private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
79
	private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
70
	private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
80
 
71
 
81
	@RequestMapping(value = "/devices/hypertrackId", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)
72
	@RequestMapping(value = "/devices/hypertrackId", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)
82
	@ApiImplicitParams({
73
	@ApiImplicitParams({