Subversion Repositories SmartDukaan

Rev

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

Rev 25574 Rev 25578
Line 548... Line 548...
548
		for (UserWalletHistory uwh : uwhs) {
548
		for (UserWalletHistory uwh : uwhs) {
549
			System.out.println(String.format("%d\t%d\t%s\t%s\t%s", uwh.getAmount(), uwh.getReference(),
549
			System.out.println(String.format("%d\t%d\t%s\t%s\t%s", uwh.getAmount(), uwh.getReference(),
550
					uwh.getReferenceType(), uwh.getTimestamp().toString(), uwh.getDescription()));
550
					uwh.getReferenceType(), uwh.getTimestamp().toString(), uwh.getDescription()));
551
		}
551
		}
552
		LOGGER.info("Schemes process successfully.");
552
		LOGGER.info("Schemes process successfully.");
553
		//throw new Exception();
553
		throw new Exception();
554
	}
554
	}
555
 
555
 
556
	public void processRechargeCashback() throws Throwable {
556
	public void processRechargeCashback() throws Throwable {
557
		LocalDateTime cashbackTime = LocalDateTime.now();
557
		LocalDateTime cashbackTime = LocalDateTime.now();
558
		int referenceId = (int) Timestamp.valueOf(cashbackTime).getTime() / 1000;
558
		int referenceId = (int) Timestamp.valueOf(cashbackTime).getTime() / 1000;