shish 3 lat temu
rodzic
commit
1cc5269625
1 zmienionych plików z 2 dodań i 2 usunięć
  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;