Subversion Repositories SmartDukaan

Rev

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

Rev 27310 Rev 27311
Line 1045... Line 1045...
1045
 					LOGGER.info("invoiceWalletAmount - {}, invoiceSchemeReversalAmount {}", invoiceWalletAmount, invoiceSchemeReversalAmount);
1045
 					LOGGER.info("invoiceWalletAmount - {}, invoiceSchemeReversalAmount {}", invoiceWalletAmount, invoiceSchemeReversalAmount);
1046
				} 
1046
				} 
1047
			}
1047
			}
1048
		}
1048
		}
1049
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}, Total Scheme Reversal Amount - {}", saleAmount, totalAmount, schemeReverseAmount);
1049
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}, Total Scheme Reversal Amount - {}", saleAmount, totalAmount, schemeReverseAmount);
1050
		throw new Exception();
1050
		//throw new Exception();
1051
	}
1051
	}
1052
}
1052
}
1053
 
1053
 
1054
//7015845171
1054
//7015845171
1055
1055