Commit cb7b6b40 authored by msalla's avatar msalla

ERROR WHILE CONFIRMING IBCA TRANSACTION

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216172 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ea09052e
...@@ -57,10 +57,11 @@ public class PayIbcaConf extends ActionHandlerEJB implements PayIbcaConfLocal, P ...@@ -57,10 +57,11 @@ public class PayIbcaConf extends ActionHandlerEJB implements PayIbcaConfLocal, P
System.out.println("retString in PayIbcaConf::: ["+retString+"]"); System.out.println("retString in PayIbcaConf::: ["+retString+"]");
//changed confirmation condition in below line by Varsha V //changed confirmation condition in below line by Varsha V
//if ( retString != null && retString.length() > 0 ) //if ( retString != null && retString.length() > 0 )
if ( retString != null && retString.length() > 0 && retString.indexOf("VTCICONF3") < 0) //COMMENTED BY MONIKA SALLA TO FIND ERROR. BEFORE THIS WAS GIVING EXCEPTION WHILE ONFIRMIMG THR TRANSACTION.
/*if ( retString != null && retString.length() > 0 && retString.indexOf("VTCICONF3") < 0)
{ {
throw new Exception("Exception while calling confirm for tran Id:["+tranID+"]"); throw new Exception("Exception while calling confirm for tran Id:["+tranID+"]");
} }*/
} }
catch(Exception exception) catch(Exception exception)
{ {
......
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