Преглед изворни кода

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);

Loading…
Откажи
Сачувај