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 2f64c8a commit ea16329Copy full SHA for ea16329
app/code/Magento/Quote/Model/Quote/Address.php
@@ -429,7 +429,7 @@ protected function _isSameAsBilling()
429
430
return $this->getAddressType() == \Magento\Quote\Model\Quote\Address::TYPE_SHIPPING &&
431
($this->_isNotRegisteredCustomer() || $this->_isDefaultShippingNullOrSameAsBillingAddress()) &&
432
- ($quoteSameAsBilling || $quoteSameAsBilling === null);
+ ($quoteSameAsBilling || $quoteSameAsBilling === 0 || $quoteSameAsBilling === null);
433
}
434
435
/**
0 commit comments