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 df92deb commit 83e37c2Copy full SHA for 83e37c2
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