shish il y a 1 an
Parent
commit
21a0979330
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      app-hd/controllers/PurchaseController.php

+ 4 - 0
app-hd/controllers/PurchaseController.php

@@ -331,6 +331,10 @@ class PurchaseController extends BaseController
 
             $post['product'] = $productList;
 
+
+            print_r($productList);die;
+
+
             $sendType = $post['sendType'] ?? 0;
             $transType = $post['transType'] ?? 0;