GWM : sms integration

This commit is contained in:
Gowtham M 2025-10-08 16:21:31 +05:30
parent 45c4c1aaaa
commit bef7d7f45f

View File

@ -303,7 +303,7 @@ class RestAuthenticationController extends AdminController
$this->myLogger->logme("error", "REST-AUTH-CONTROLLER - updateEmpOTP: Received payload = " . json_encode($this->request->getJSON() ?? []));
$email = $this->request->getJSON()->email;
$email = $this->request->getJSON()->email ?? null;
$mobile_number = $this->request->getJSON()->mobile_number;
$otp = $this->request->getJSON()->otp;
$client_id = $this->request->getJSON()->client_id ?? null;