Resolve "Resq - bug fixes for advance order" #1238

Merged
korina.cordero merged 6 commits from 383-resq-bug-fixes-for-advance-order into master 2020-04-21 08:38:14 +00:00
Showing only changes of commit a55fe79fd6 - Show all commits

View file

@ -992,7 +992,7 @@ class APIController extends Controller implements LoggedController
// check if advance order
// check for time when request came in
$request_time_in_int = time();
$start = '17:00';
$start = '14:00';
$end = '08:00';
$start_time = strtotime($start);