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 6c2962e commit 3a71e2aCopy full SHA for 3a71e2a
app/code/Magento/Quote/Model/Quote.php
@@ -952,7 +952,7 @@ public function assignCustomerWithAddressChange(
952
$billingAddress = $this->_quoteAddressFactory->create();
953
$billingAddress->importCustomerAddressData($defaultBillingAddress);
954
if($this->isAddressAllowedForWebsite($billingAddress, (int)$this->getStoreId())) {
955
- $this->setBilliphpngAddress($billingAddress);
+ $this->setBillingAddress($billingAddress);
956
}
957
958
0 commit comments