Index: Areas/Customization/Controllers/I9Verification/I9VerificationController.cs
===================================================================
--- Areas/Customization/Controllers/I9Verification/I9VerificationController.cs (revision 83891)
+++ Areas/Customization/Controllers/I9Verification/I9VerificationController.cs (working copy)
@@ -147,9 +147,10 @@
objI9VerificationModel.SaveDataSection2();
objI9VerificationModel.SaveDataSection3();
SharedFunctionWebTier.AddSessionValue("Execute", "True");
+ //Added by Sushodhan (NF-677)
+ ResponseHelper.SendStatusResponseToAPI(WORKTERRASharedFunction.APIStatusResponse.I9VerificationStatus, OnBoardSharedFunction.I9VerificationStatus.Employer_Verified);
sbMsg = objI9VerificationModel.SubmitToEverify(objI9VerificationModel);
- //Added by Sushodhan (NF-677)
- ResponseHelper.SendStatusResponseToAPI(WORKTERRASharedFunction.APIStatusResponse.I9VerificationStatus, OnBoardSharedFunction.I9VerificationStatus.Pending_for_Verification);
+
return JavaScript(sbMsg);
}
break;
Index: Areas/Customization/Models/I9Verification/I9ReviewSubmissionModel.cs
===================================================================
--- Areas/Customization/Models/I9Verification/I9ReviewSubmissionModel.cs (revision 83761)
+++ Areas/Customization/Models/I9Verification/I9ReviewSubmissionModel.cs (working copy)
@@ -34,15 +34,9 @@
GetValueData(obji9section1);
obji9section1.ApproveReturnStatus = 5;
OnBoardControllerWebTier.SaveAndGetData(OnBoardSharedFunction.ObjectType.I9EmployeeApproveReturn, obji9section1, Criteria, userContext);
-
-
- //Added by Sushodhan (NF-677)
- ResponseHelper.SendStatusResponseToAPI(WORKTERRASharedFunction.APIStatusResponse.I9VerificationStatus, obji9section1.ApproveReturnStatus);
-
-
-
}
#endregion
+
#region store databasae values
internal void GetValueData(OnBoarding_I9_Section1 obji9section1)
{
Index: Web.config
===================================================================
--- Web.config (revision 83761)
+++ Web.config (working copy)
@@ -46,8 +46,8 @@
-
-
+
+