shish 1 год назад
Родитель
Сommit
54deaec61b
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      app-hd/controllers/PurchaseController.php

+ 1 - 5
app-hd/controllers/PurchaseController.php

@@ -331,10 +331,6 @@ class PurchaseController extends BaseController
 
             $post['product'] = $productList;
 
-
-            print_r($productList);die;
-
-
             $sendType = $post['sendType'] ?? 0;
             $transType = $post['transType'] ?? 0;
 
@@ -586,7 +582,7 @@ class PurchaseController extends BaseController
                 if (isset($cg->book) && $cg->book == 0) {
                     $ghsShopId = $ghs['shopId'] ?? 0;
                     if (getenv('YII_ENV') == 'production') {
-                        $specialList = [10649, 8042, 16454, 21319, 33668,43274];
+                        $specialList = [10649, 8042, 16454, 21319, 33668, 43274];
                     } else {
                         $specialList = [36523];
                     }