From 97adacc134b32e688e50c110216f4db647b3d6b5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 13 Jun 2024 16:39:30 -0400 Subject: [PATCH] log_message('error', "Call API---=>"); --- app/Controllers/Employers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Employers.php b/app/Controllers/Employers.php index 136b475..e9cb136 100644 --- a/app/Controllers/Employers.php +++ b/app/Controllers/Employers.php @@ -19,7 +19,7 @@ class Employers extends BaseController $employer_uid = $row[0]['employer_uid']; if ($row[0]['uid']!='' ){ log_message('error', "Call API---=>"); - $checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row)); + $checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row[0])); }else{ log_message('error', "Not found API---=>"); }