Commit 834feab2 authored by jshaikh's avatar jshaikh
parent 6e864306
...@@ -54,8 +54,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, ...@@ -54,8 +54,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal,
public String confirm(String pOrder, String xtraParams, String forcedFlag) public String confirm(String pOrder, String xtraParams, String forcedFlag)
throws RemoteException, ITMException { throws RemoteException, ITMException {
System.out System.out.println(">>>>>>>>>>>>>>>>>>PorderConf CONFIRM called>>>>>>>>>>>>>>>>>>>");
.println(">>>>>>>>>>>>>>>>>>PorderConf CONFIRM called>>>>>>>>>>>>>>>>>>>");
String sql = "", sql1 = ""; String sql = "", sql1 = "";
Connection conn = null; Connection conn = null;
PreparedStatement pstmt = null, pstmt1 = null; PreparedStatement pstmt = null, pstmt1 = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment