Переглянути джерело

Merge branch 'dev'

prodstable
Guillaume 2 роки тому
джерело
коміт
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);

Завантаження…
Відмінити
Зберегти