shish před 2 roky
rodič
revize
3e62544024
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      biz-ghs/order/services/OrderService.php

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

@@ -132,7 +132,7 @@ class OrderService extends BaseService
             if (getenv('YII_ENV') == 'production') {
             if (getenv('YII_ENV') == 'production') {
                 $specialList = [3, 10649, 8042, 16454];
                 $specialList = [3, 10649, 8042, 16454];
             } else {
             } else {
-                $specialList = [36523];
+                $specialList = [];
             }
             }
             if (!in_array($ghsShopId, $specialList)) {
             if (!in_array($ghsShopId, $specialList)) {
                 $cgShopId = $cg->shopId ?? 0;
                 $cgShopId = $cg->shopId ?? 0;