Add logging for hub. #611
This commit is contained in:
parent
0738149a5b
commit
d645040f10
1 changed files with 3 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ class APIController extends Controller implements LoggedController
|
|||
$otp_mode = $_ENV['OTP_MODE'];
|
||||
|
||||
// check for hardcoded phone number for app store testing
|
||||
if ($phone_number == '639991112233')
|
||||
if ($phone_number == '639221111111')
|
||||
{
|
||||
$code = '123456';
|
||||
$this->session->setConfirmCode($code)
|
||||
|
|
@ -2813,7 +2813,8 @@ class APIController extends Controller implements LoggedController
|
|||
// no need to set to current date since current date and time is the default
|
||||
if ($date_schedule != null)
|
||||
{
|
||||
// set to date schedule received
|
||||
// set to date schedule received
|
||||
error_log('date time set for hub criteria');
|
||||
$hub_criteria->setDateTime($date_schedule);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue