This commit is contained in:
VENKATESHWARAN 2025-11-07 12:33:25 +05:30
parent 4302625f23
commit 5a36195fdc
2 changed files with 8 additions and 1 deletions

View File

@ -111,7 +111,10 @@ class ApiServiceController extends BaseController
$data['eCardDownload'] = base_url('download-e-card/') . $employee_policy[0]['rand_string'].'/0/1';
}
}
$data['message'] = "E-card generated";
$data['message'] = "E-card generated";
if(empty($data['eCardDownload'])){
$data['message'] = "E-card not generated";
}
} else {
$data['eCardDownload'] = null;

View File

@ -5655,6 +5655,10 @@ class ClientController extends AdminController
// $apiServiceController = new ApiServiceController();
// $apiServiceController->pushClaims($ticket_id); die;
// $medi_assist = new MediAssistApiController();
// $medi_assist->GetBenefDetails(['policy_no' => '97000034240400000030', 'file_id' => 389, 'return_type' => 'job' ]);
// die;
// $employeeController = new EmployeeController();
// $employeeController->truncateFileData('633');