shish 2 lat temu
rodzic
commit
6a9e1f2070
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      biz-ghs/order/services/OrderService.php

+ 1 - 1
biz-ghs/order/services/OrderService.php

@@ -316,7 +316,7 @@ class OrderService extends BaseService
                 if (getenv('YII_ENV') == 'production') {
                 if (getenv('YII_ENV') == 'production') {
                     $specialList = [10649, 8042, 16454, 21319];
                     $specialList = [10649, 8042, 16454, 21319];
                 } else {
                 } else {
-                    $specialList = [];
+                    $specialList = [36523];
                 }
                 }
                 if (!in_array($ghsShopId, $specialList)) {
                 if (!in_array($ghsShopId, $specialList)) {
                     $customShop = ShopClass::getById($customShopId, true);
                     $customShop = ShopClass::getById($customShopId, true);