|
|
@@ -879,7 +879,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|
|
if (!$orderInfo) {
|
|
|
throw new ValidateException('订单操作超时,请刷新页面');
|
|
|
}
|
|
|
-
|
|
|
+var_dump($orderInfo);die();
|
|
|
if ($pay_type == 7 && count($orderInfo['order']) > 1) {
|
|
|
throw new ValidateException('线下支付每次仅能购买一个店铺商品');
|
|
|
}
|
|
|
@@ -960,7 +960,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|
|
//订单支付以后是否支持取消, 目前仅用于预约商品
|
|
|
$is_cancel = 0;
|
|
|
foreach ($merchantCartList as $k => $merchantCart) {
|
|
|
- var_dump($merchantCart[$k]['list']);die();
|
|
|
$cost = 0;
|
|
|
$total_extension_one = 0;
|
|
|
$total_extension_two = 0;
|