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