Skip to content

Commit 520b25a

Browse files
committed
MCP-537: [MCP-304] PR Delivery
1 parent 3013c1e commit 520b25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function placeOrder($cartId, PaymentInterface $paymentMethod = null)
423423
}
424424
}
425425
$quote->setCustomerIsGuest(true);
426-
$groupId = $customerId ? $customer->getGroupId() : GroupInterface::NOT_LOGGED_IN_ID;
426+
$groupId = $customer ? $customer->getGroupId() : GroupInterface::NOT_LOGGED_IN_ID;
427427
$quote->setCustomerGroupId($groupId);
428428
}
429429

0 commit comments

Comments
 (0)