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

@ -112,6 +112,9 @@ class ApiServiceController extends BaseController
} }
} }
$data['message'] = "E-card generated"; $data['message'] = "E-card generated";
if(empty($data['eCardDownload'])){
$data['message'] = "E-card not generated";
}
} else { } else {
$data['eCardDownload'] = null; $data['eCardDownload'] = null;

View File

@ -5655,6 +5655,10 @@ class ClientController extends AdminController
// $apiServiceController = new ApiServiceController(); // $apiServiceController = new ApiServiceController();
// $apiServiceController->pushClaims($ticket_id); die; // $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 = new EmployeeController();
// $employeeController->truncateFileData('633'); // $employeeController->truncateFileData('633');