Subversion Repositories SmartDukaan

Rev

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

Rev 27289 Rev 27290
Line 1023... Line 1023...
1023
				//Remove order id
1023
				//Remove order id
1024
				//Remove order item Id
1024
				//Remove order item Id
1025
				//Remove lineitem id
1025
				//Remove lineitem id
1026
			}
1026
			}
1027
		}
1027
		}
1028
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}", saleAmount, totalAmount);
1028
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}, Total Scheme Reversal Amount - {}", saleAmount, totalAmount, schemeReverseAmount);
1029
	}
1029
	}
1030
}
1030
}
1031
 
1031
 
1032
//7015845171
1032
//7015845171
1033
1033