Fix if statement for the phone number. #246

This commit is contained in:
Korina Cordero 2019-08-07 08:24:09 +00:00
parent 3df29fc842
commit e0bcfefead

View file

@ -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)