Commit d49ec476 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194415 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3859ead8
...@@ -192,7 +192,8 @@ public class POBWizWfConf ...@@ -192,7 +192,8 @@ public class POBWizWfConf
// Add this condition if Request is Approved then POB Confirmation Will call and Approved mail will be sent // Add this condition if Request is Approved then POB Confirmation Will call and Approved mail will be sent
System.out.println(">>>>Check POBCONFIRM for Confirmation"); System.out.println(">>>>Check POBCONFIRM for Confirmation");
pobWizConfLocal = new POBWizConf(); pobWizConfLocal = new POBWizConf();
retString = pobWizConfLocal.pobConfirm(tranId, xtraParams, "Y"); //retString = pobWizConfLocal.pobConfirm(tranId, xtraParams, "Y");
retString = pobWizConfLocal.pobConfirm(tranId, xtraParams, "Y",userInfoStr);
System.out.println(">>>>In Check POBWizWfConf return from confirm:" + retString); System.out.println(">>>>In Check POBWizWfConf return from confirm:" + retString);
//if((errString != null ) && errString.indexOf("CONFSUCCES") > -1) //if((errString != null ) && errString.indexOf("CONFSUCCES") > -1)
if(retString!=null && retString.indexOf("VTCNFSUCC") > -1) if(retString!=null && retString.indexOf("VTCNFSUCC") > -1)
......
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