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.
2 parents 7b8064f + 83e37c2 commit 0bddd3cCopy full SHA for 0bddd3c
app/code/Magento/Quote/Model/CustomerManagement.php
@@ -163,6 +163,7 @@ public function validateAddresses(QuoteEntity $quote)
163
$billingAddress = $quote->getBillingAddress();
164
$customerAddress = $this->customerAddressFactory->create();
165
$customerAddress->setFirstname($billingAddress->getFirstname());
166
+ $customerAddress->setMiddlename($billingAddress?->getMiddlename());
167
$customerAddress->setLastname($billingAddress->getLastname());
168
$customerAddress->setStreet($billingAddress->getStreet());
169
$customerAddress->setCity($billingAddress->getCity());
0 commit comments