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 ce056bb commit 8dac4c3Copy full SHA for 8dac4c3
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 === 0 || $quoteSameAsBilling === null);
+ ($quoteSameAsBilling || $quoteSameAsBilling === null);
433
}
434
435
/**
0 commit comments