Subversion Repositories SmartDukaan

Rev

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

Rev 27312 Rev 27430
Line 1048... Line 1048...
1048
			}
1048
			}
1049
		}
1049
		}
1050
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}, Total Scheme Reversal Amount - {}", saleAmount, totalAmount, schemeReverseAmount);
1050
		LOGGER.info("Total Sale Amount Reversal - {}, Total Wallet Amount Reversal {}, Total Scheme Reversal Amount - {}", saleAmount, totalAmount, schemeReverseAmount);
1051
		//throw new Exception();
1051
		//throw new Exception();
1052
	}
1052
	}
-
 
1053
 
-
 
1054
	public void processSchemeOut(int fofoId, int orderId) throws Exception {
-
 
1055
		schemeService.processSchemeOut(orderId, fofoId);
-
 
1056
		
-
 
1057
	}
1053
}
1058
}
1054
 
1059
 
1055
//7015845171
1060
//7015845171
1056
1061