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 48c72d2 commit 690f2deCopy full SHA for 690f2de
app/code/Magento/Quote/Model/Quote.php
@@ -910,8 +910,7 @@ public function addCustomerAddress(\Magento\Customer\Api\Data\AddressInterface $
910
*/
911
public function updateCustomerData(\Magento\Customer\Api\Data\CustomerInterface $customer)
912
{
913
- $customer = $this->customerDataFactory->mergeDataObjects(get_class($this->getCustomer()),
914
- $this->getCustomer(), $customer);
+ $this->customerDataFactory->mergeDataObjects(get_class($this->getCustomer()), $this->getCustomer(), $customer);
915
$this->setCustomer($customer);
916
return $this;
917
}
0 commit comments