Fix if statement for the phone number. #246
This commit is contained in:
parent
3df29fc842
commit
e0bcfefead
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class APIController extends Controller
|
|||
$otp_mode = $_ENV['OTP_MODE'];
|
||||
|
||||
// check for hardcoded phone number for app store testing
|
||||
if ($phone_number = '639991112233')
|
||||
if ($phone_number == '639991112233')
|
||||
{
|
||||
$code = '123456';
|
||||
$this->session->setConfirmCode($code)
|
||||
|
|
|
|||
Loading…
Reference in a new issue