Guillaume 2 лет назад
Родитель
Сommit
55baa607df
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      common/helpers/Tiller.php

+ 1
- 1
common/helpers/Tiller.php Просмотреть файл

@@ -65,7 +65,7 @@ class Tiller
'restaurant_token' => $this->restaurant_token,
'dateFrom' => date('Y-m-d H-i-s', strtotime($date)),
'dateTo' => date('Y-m-d H-i-s', strtotime($date) + 24 * 60 * 60 - 1),
'status' => 'CLOSED',
'status' => 'IN_PROGRESS',
])->get($this->url_api . 'orders');

return json_decode($orders);

Загрузка…
Отмена
Сохранить