FIX_FIXES
This commit is contained in:
parent
1e5eb0ecf1
commit
e0eeb42779
@ -100,3 +100,11 @@ CORS_DEBUG=true
|
|||||||
APP_SIGNATURE =
|
APP_SIGNATURE =
|
||||||
TOKENTIMEOUT =
|
TOKENTIMEOUT =
|
||||||
JWT_SECRET =
|
JWT_SECRET =
|
||||||
|
|
||||||
|
ICICI_PRIMARY_KEY_CONSTANT =
|
||||||
|
|
||||||
|
ABHI_PRIMARY_KEY_CONSTANT =
|
||||||
|
|
||||||
|
R_CARE_PRIMARY_KEY_CONSTANT =
|
||||||
|
|
||||||
|
FHPL_PRIMARY_KEY_CONSTANT =
|
||||||
@ -23,7 +23,7 @@ class AuthMVC implements FilterInterface
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
// Fingerprint validation
|
// Fingerprint validation
|
||||||
$fp = generateFingerprint()
|
$fp = generateFingerprint();
|
||||||
// log_message('error',$fp);
|
// log_message('error',$fp);
|
||||||
if (session()->get('fingerprint') !== $fp) {
|
if (session()->get('fingerprint') !== $fp) {
|
||||||
return AuthLogout::logout();
|
return AuthLogout::logout();
|
||||||
|
|||||||
@ -47,7 +47,7 @@ abstract class BaseTpaClaimImportService
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tpaInsertData = $this->mapTPAData($rows, $fileId);
|
$tpaInsertData = $this->mapTPAData($rows, $fileId);
|
||||||
dd($tpaInsertData);
|
// dd($tpaInsertData);
|
||||||
|
|
||||||
if (empty($tpaInsertData)) {
|
if (empty($tpaInsertData)) {
|
||||||
return ['status' => false, 'message' => 'These records already exist in the system.'];
|
return ['status' => false, 'message' => 'These records already exist in the system.'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user