Added missing space

This commit is contained in:
Glenn Hermans 2021-05-03 03:22:24 +02:00 committed by GitHub
parent b2fda6bea9
commit 899d70483d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class ShipmentRepository extends Repository
'inventory_source_name' => $shipment->inventory_source->name,
]);
if (isset($orderState)){
if (isset($orderState)) {
$this->orderRepository->updateOrderStatus($order, $orderState);
} else {
$this->orderRepository->updateOrderStatus($order);