diff --git a/.env.sample b/.env.sample index 6a9a2f06..9c0f9e71 100755 --- a/.env.sample +++ b/.env.sample @@ -99,4 +99,12 @@ CORS_DEBUG=true APP_SIGNATURE = TOKENTIMEOUT = -JWT_SECRET = \ No newline at end of file +JWT_SECRET = + +ICICI_PRIMARY_KEY_CONSTANT = + +ABHI_PRIMARY_KEY_CONSTANT = + +R_CARE_PRIMARY_KEY_CONSTANT = + +FHPL_PRIMARY_KEY_CONSTANT = \ No newline at end of file diff --git a/app/Filters/AuthMVC.php b/app/Filters/AuthMVC.php index e5826b6b..ef2da046 100755 --- a/app/Filters/AuthMVC.php +++ b/app/Filters/AuthMVC.php @@ -23,7 +23,7 @@ class AuthMVC implements FilterInterface // } // Fingerprint validation - $fp = generateFingerprint() + $fp = generateFingerprint(); // log_message('error',$fp); if (session()->get('fingerprint') !== $fp) { return AuthLogout::logout(); diff --git a/app/Libraries/TPAClaimsImportServices/BaseTpaClaimImportService.php b/app/Libraries/TPAClaimsImportServices/BaseTpaClaimImportService.php index 33fbedc9..1485dee2 100644 --- a/app/Libraries/TPAClaimsImportServices/BaseTpaClaimImportService.php +++ b/app/Libraries/TPAClaimsImportServices/BaseTpaClaimImportService.php @@ -47,7 +47,7 @@ abstract class BaseTpaClaimImportService } $tpaInsertData = $this->mapTPAData($rows, $fileId); - dd($tpaInsertData); + // dd($tpaInsertData); if (empty($tpaInsertData)) { return ['status' => false, 'message' => 'These records already exist in the system.'];