Set start time of advance order to 5 PM. #383
This commit is contained in:
parent
b4c234e5dd
commit
a0c4c2f136
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '14:00';
|
||||
$start = '17:00';
|
||||
$end = '08:00';
|
||||
|
||||
$start_time = strtotime($start);
|
||||
|
|
|
|||
Loading…
Reference in a new issue