处理线下支付的错误
This commit is contained in:
parent
f2e1795eb3
commit
3f48a6e43a
@ -377,9 +377,6 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
'delivery_id' => '',
|
'delivery_id' => '',
|
||||||
];
|
];
|
||||||
$this->runDelivery($order['order_id'], $order['mer_id'], $deliveryData, ['is_split' => 0, 'split' => []], 'delivery');
|
$this->runDelivery($order['order_id'], $order['mer_id'], $deliveryData, ['is_split' => 0, 'split' => []], 'delivery');
|
||||||
if ($isPickupCard) {
|
|
||||||
$this->takeOrder($order['order_id'], $order->user);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//分销判断
|
//分销判断
|
||||||
|
Loading…
x
Reference in New Issue
Block a user