Added missing space
This commit is contained in:
parent
b2fda6bea9
commit
899d70483d
|
|
@ -156,7 +156,7 @@ class ShipmentRepository extends Repository
|
||||||
'inventory_source_name' => $shipment->inventory_source->name,
|
'inventory_source_name' => $shipment->inventory_source->name,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (isset($orderState)){
|
if (isset($orderState)) {
|
||||||
$this->orderRepository->updateOrderStatus($order, $orderState);
|
$this->orderRepository->updateOrderStatus($order, $orderState);
|
||||||
} else {
|
} else {
|
||||||
$this->orderRepository->updateOrderStatus($order);
|
$this->orderRepository->updateOrderStatus($order);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue