Merge pull request #18 from bagisto-europe/update_order

fixed spacing
This commit is contained in:
Glenn Hermans 2021-05-02 19:52:17 +02:00 committed by GitHub
commit 761263c0e7
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";