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 86e2de4 commit b3d3f2eCopy full SHA for b3d3f2e
app/code/Magento/Checkout/Model/ShippingInformationManagement.php
@@ -161,7 +161,7 @@ public function saveAddressInformation(
161
$address->setCustomerAddressId(null);
162
}
163
164
- if (!$billingAddress->getCustomerAddressId()) {
+ if ($billingAddress && !$billingAddress->getCustomerAddressId()) {
165
$billingAddress->setCustomerAddressId(null);
166
167
0 commit comments