Subversion Repositories SmartDukaan

Rev

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

Rev 25035 Rev 25036
Line 629... Line 629...
629
						WalletReferenceType.SCHEME_IN, rollbackDescription);
629
						WalletReferenceType.SCHEME_IN, rollbackDescription);
630
				totalRollbackAmount += sio.getAmount();
630
				totalRollbackAmount += sio.getAmount();
631
			}
631
			}
632
		}
632
		}
633
		System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
633
		System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
634
		throw new Exception();
634
		//throw new Exception();
635
	}
635
	}
636
}
636
}
637
637