send sms
This commit is contained in:
@@ -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---=>");
|
||||
|
||||
Reference in New Issue
Block a user