This commit is contained in:
CHIEFSOFT\ameye
2024-06-17 12:03:51 -04:00
parent 3b0b1101e3
commit 7fc8f62b74
3 changed files with 52 additions and 6 deletions
+3
View File
@@ -56,6 +56,7 @@ class Employers extends BaseController
$sigNatory = $this->pickSignatory($employer_uid);
$to_number = "16784574345"; // $sigNatory["phone"];
if ($row[0]['uid']!='' && $application_uid !='' ){
@@ -79,6 +80,8 @@ class Employers extends BaseController
];
$addedData = $this->insert_db('employer_checks',$udata);
$this->sendSMS($to_number);
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($api_data));
}else{
log_message('error', "Not found API---=>");