shish 2 лет назад
Родитель
Сommit
3e62544024
1 измененных файлов с 1 добавлено и 1 удалено
  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') {
                 $specialList = [3, 10649, 8042, 16454];
             } else {
-                $specialList = [36523];
+                $specialList = [];
             }
             if (!in_array($ghsShopId, $specialList)) {
                 $cgShopId = $cg->shopId ?? 0;