Skip to content

Commit 3a71e2a

Browse files
committed
MAGETWO-98832: Multistore Allowed Countries List Problem
1 parent 6c2962e commit 3a71e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ public function assignCustomerWithAddressChange(
952952
$billingAddress = $this->_quoteAddressFactory->create();
953953
$billingAddress->importCustomerAddressData($defaultBillingAddress);
954954
if($this->isAddressAllowedForWebsite($billingAddress, (int)$this->getStoreId())) {
955-
$this->setBilliphpngAddress($billingAddress);
955+
$this->setBillingAddress($billingAddress);
956956
}
957957
}
958958
}

0 commit comments

Comments
 (0)