调整跨店下单
This commit is contained in:
parent
5d36cd6182
commit
a1bf0caf1c
@ -710,9 +710,10 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
if ($pay_type == 'balance' && $orderInfo['source'] != 103 && $orderInfo['source'] != 105) {
|
||||
throw new ValidateException('余额支付只能用于里海云仓');
|
||||
}
|
||||
if (!$orderInfo['order_delivery_status']) {
|
||||
throw new ValidateException('部分商品配送方式不一致,请单独下单');
|
||||
}
|
||||
// 以下判断无意义,v2CartIdByOrderInfo 已经判断过收货地址或自提地址
|
||||
// if (!$orderInfo['order_delivery_status']) {
|
||||
// throw new ValidateException('部分商品配送方式不一致,请单独下单');
|
||||
// }
|
||||
if ($orderInfo['order_price'] > 1000000) {
|
||||
throw new ValidateException('支付金额超出最大限制');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user