shish 3 лет назад
Родитель
Сommit
1cc5269625
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-pt/controllers/TestController.php

+ 2 - 2
app-pt/controllers/TestController.php

@@ -43,8 +43,8 @@ class TestController extends PublicController
         $currentStartTime = $currentStartDate . ' 00:00:00';
         $currentEndTime = $currentEndDate . ' 23:59:59';
 
-        //$shopId = 763;
-        $shopId = 4892;
+        $shopId = 763;
+        //$shopId = 4892;
         $shop = ShopClass::getById($shopId, true);
         $mainId = $shop->mainId ?? 0;