fixed spacing

This commit is contained in:
Glenn Hermans 2021-05-02 19:39:03 +02:00 committed by GitHub
parent 52206b582f
commit db505d5551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class OrderRepository extends Repository
*/
public function updateOrderStatus($order, $orderState = null)
{
if (!empty($orderState)){
if (!empty($orderState)) {
$status = $orderState;
} else {
$status = "processing";