OTP message

This commit is contained in:
CHIEFSOFT\ameye
2024-06-17 12:33:11 -04:00
parent 7bbc83d187
commit 694361c5b5
2 changed files with 4 additions and 28 deletions
+2 -1
View File
@@ -80,7 +80,8 @@ class Employers extends BaseController
];
$addedData = $this->insert_db('employer_checks',$udata);
$this->sendSMS($to_number);
$sms_message = "Your OTP = 1234";
$this->sendSMS($to_number, $sms_message);
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($api_data));
}else{