Subversion Repositories SmartDukaan

Rev

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

Rev 21517 Rev 21518
Line 349... Line 349...
349
	@RequestMapping(value = ProfitMandiConstants.URL_POLL_RECHARGE , method=RequestMethod.POST,produces = MediaType.APPLICATION_JSON_VALUE)
349
	@RequestMapping(value = ProfitMandiConstants.URL_POLL_RECHARGE , method=RequestMethod.POST,produces = MediaType.APPLICATION_JSON_VALUE)
350
	@ApiImplicitParams({
350
	@ApiImplicitParams({
351
		@ApiImplicitParam(name = "Auth-Token", value = "Auth-Token", 
351
		@ApiImplicitParam(name = "Auth-Token", value = "Auth-Token", 
352
				required = true, dataType = "string", paramType = "header")
352
				required = true, dataType = "string", paramType = "header")
353
	})
353
	})
354
	public ResponseEntity<?> getRechargeResulr(HttpServletRequest request, @RequestParam(value="rechargeOrderId") long rechargeOrderId, @RequestParam(value="finalCall") boolean finalCall){
354
	public ResponseEntity<?> getRechargeResul(HttpServletRequest request, @RequestParam(value="rechargeOrderId") long rechargeOrderId, @RequestParam(value="finalCall") boolean finalCall){
355
		TransactionClient transactionServiceClient = null;
355
		TransactionClient transactionServiceClient = null;
356
		RechargeOrder t_rechargeOrder = null;
356
		RechargeOrder t_rechargeOrder = null;
357
		RechargeResultPojo rrp = null;
357
		RechargeResultPojo rrp = null;
358
		try{
358
		try{
359
			transactionServiceClient = new TransactionClient();
359
			transactionServiceClient = new TransactionClient();