We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bccc29 commit 17bd42cCopy full SHA for 17bd42c
app/code/Magento/Checkout/Model/Session.php
@@ -312,7 +312,7 @@ public function getQuote()
312
if ($this->_customer) {
313
$quote->setCustomer($this->_customer);
314
} elseif ($this->_customerSession->isLoggedIn()) {
315
- $quote->setCustomer($this->_customerSession->getCustomerData());
+ $quote->setCustomer($this->customerRepository->getById($this->_customerSession->getCustomerId()));
316
}
317
318
$quote->setStore($this->_storeManager->getStore());
0 commit comments