iseet data
This commit is contained in:
@@ -109,7 +109,7 @@ class Employers extends BaseController
|
|||||||
'message' => 'Verification text sent to employer',
|
'message' => 'Verification text sent to employer',
|
||||||
'call_return' => '100',
|
'call_return' => '100',
|
||||||
'verification_id' => $addedData["uid"],
|
'verification_id' => $addedData["uid"],
|
||||||
'verify_data' => $checkData["res"]["data"]
|
'verify_data' => $checkData["res"]["data"] ?? []
|
||||||
];
|
];
|
||||||
// 'status' => $checkData["res"]["status"],
|
// 'status' => $checkData["res"]["status"],
|
||||||
return $this->respond($response, 200);
|
return $this->respond($response, 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user