Subversion Repositories SmartDukaan

Rev

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

Rev 26485 Rev 26488
Line 686... Line 686...
686
		newUserWalletHistory.setWalletId(userWallet.getId());
686
		newUserWalletHistory.setWalletId(userWallet.getId());
687
		newUserWalletHistory.setReferenceType(referenceType);
687
		newUserWalletHistory.setReferenceType(referenceType);
688
		newUserWalletHistory.setTimestamp(LocalDateTime.now());
688
		newUserWalletHistory.setTimestamp(LocalDateTime.now());
689
		userWalletHistoryRepository.persist(newUserWalletHistory);
689
		userWalletHistoryRepository.persist(newUserWalletHistory);
690
 
690
 
691
		model.addAttribute("response", mvcResponseSender.createResponseString(returnReference));
691
		model.addAttribute("response", mvcResponseSender.createResponseString(reference));
692
		return "response";
692
		return "response";
693
 
693
 
694
	}
694
	}
695
 
695
 
696
	@RequestMapping(value = "/addMoney", method = RequestMethod.POST)
696
	@RequestMapping(value = "/addMoney", method = RequestMethod.POST)