Commit 43f41d86 authored by steurwadkar's avatar steurwadkar

F17ABAS001 source code commit


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106324 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3e4acd09
......@@ -1043,7 +1043,7 @@ public class GSTDataSubmitWizEJB extends ValidatorEJB implements GSTDataSubmitWi
if( object.has("status_cd") && "1".equalsIgnoreCase(object.getString("status_cd")))
{
callStatus = "1";
retResponseXML = "<root><message><![CDATA[OTP has been sent successfully to mobile number registerd with GSTN.]]></message></root>";
retResponseXML = "<root><message><![CDATA["+object.getString("status_cd")+"]]></message></root>";
}
else
{
......
......@@ -449,6 +449,8 @@ public class GSTDataSubmitWizPos extends ValidatorEJB implements GSTDataSubmitWi
gstCommonUtil.updateAPICallLogHistory(apiCallData, null);
}
if(authToken != null && authToken.trim().length() > 0 && authSEK != null)
{
if("GSTR1".equalsIgnoreCase(returnsType))
{
if("SAVE".equalsIgnoreCase(action))
......@@ -472,6 +474,7 @@ public class GSTDataSubmitWizPos extends ValidatorEJB implements GSTDataSubmitWi
}
}
}
}
catch(Exception e)
{
System.out.println("GSTDataSubmitWizPos.postSave()["+e.getMessage()+"]");
......
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