shish 2 år sedan
förälder
incheckning
9ae357f709
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      biz-ghs/order/services/OrderService.php

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

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