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 ad5f3fa commit 3bb857fCopy full SHA for 3bb857f
app/code/Magento/Persistent/Observer/EmulateCustomerObserver.php
@@ -103,7 +103,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
103
}
104
105
if ($defaultBilling = $customer->getDefaultBilling()) {
106
- $address = $this->getCustomerAddressById($defaultShipping);
+ $address = $this->getCustomerAddressById($defaultBilling);
107
108
if ($address !== null) {
109
$this->_customerSession->setDefaultTaxBillingAddress([
0 commit comments