added space

This commit is contained in:
Glenn Hermans 2021-05-02 20:01:27 +02:00 committed by GitHub
parent 761263c0e7
commit dbf8b9f384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class InvoiceRepository extends Repository
$this->orderRepository->collectTotals($order);
if (isset($orderState)){
if (isset($orderState)) {
$this->orderRepository->updateOrderStatus($order, $orderState);
} else {
$this->orderRepository->updateOrderStatus($order);