更新
This commit is contained in:
parent
33218fbf6b
commit
b4ba989c37
@ -717,7 +717,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
$orderInfo = $this->v2CartIdByOrderInfo($user, $cartId, $takes, $useCoupon, $useIntegral, $addressId, true, $consumption_id);
|
||||
$order_model = $orderInfo['order_model'];
|
||||
$order_extend = $orderInfo['order_extend'];
|
||||
if ($pay_type == 'balance' && $orderInfo['source'] != 103) {
|
||||
if ($pay_type == 'balance' && $orderInfo['source'] != 103 && $orderInfo['source'] != 105) {
|
||||
throw new ValidateException('余额支付只能用于里海云仓');
|
||||
}
|
||||
if (!$orderInfo['order_delivery_status']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user