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 f663886 commit ce056bbCopy full SHA for ce056bb
app/code/Magento/Quote/Model/Quote/Address.php
@@ -425,7 +425,7 @@ protected function _populateBeforeSaveData()
425
*/
426
protected function _isSameAsBilling()
427
{
428
- $quoteSameAsBilling = $this->getQuote()->getShippingAddress()->getSameAsBilling();
+ $quoteSameAsBilling = $this->getSameAsBilling();
429
430
return $this->getAddressType() == \Magento\Quote\Model\Quote\Address::TYPE_SHIPPING &&
431
($this->_isNotRegisteredCustomer() || $this->_isDefaultShippingNullOrSameAsBillingAddress()) &&
0 commit comments