Subversion Repositories SmartDukaan

Rev

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

Rev 30896 Rev 30908
Line 3510... Line 3510...
3510
		uwh.setBusinessTimestamp(LocalDateTime.now());
3510
		uwh.setBusinessTimestamp(LocalDateTime.now());
3511
		uwh.setReferenceType(referenceType);
3511
		uwh.setReferenceType(referenceType);
3512
		uwh.setReference(loanId);
3512
		uwh.setReference(loanId);
3513
		uwh.setTimestamp(LocalDateTime.now());
3513
		uwh.setTimestamp(LocalDateTime.now());
3514
		uwh.setAmount((int) -(interestAmount));
3514
		uwh.setAmount((int) -(interestAmount));
-
 
3515
		uwh.setDescription("Amount adjusted against loan");
3515
		userWalletHistoryRepository.persist(uwh);
3516
		userWalletHistoryRepository.persist(uwh);
3516
 
3517
 
3517
	}
3518
	}
3518
 
3519
 
3519
	public void dailyLoanAlert() throws ProfitMandiBusinessException {
3520
	public void dailyLoanAlert() throws ProfitMandiBusinessException {