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 914824f commit ee21cf4Copy full SHA for ee21cf4
app/code/Magento/Checkout/Model/ShippingInformationManagement.php
@@ -151,6 +151,10 @@ public function saveAddressInformation(
151
$address->setCustomerAddressId(null);
152
}
153
154
+ if (!$billingAddress->getCustomerAddressId()) {
155
+ $billingAddress->setCustomerAddressId(null);
156
+ }
157
+
158
if (!$address->getCountryId()) {
159
throw new StateException(__('The shipping address is missing. Set the address and try again.'));
160
0 commit comments