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 5a84c5a commit e4b430aCopy full SHA for e4b430a
app/code/Magento/Checkout/view/frontend/web/js/model/new-customer-address.js
@@ -26,7 +26,7 @@ define([
26
if (addressData.region && addressData.region['region_id']) {
27
regionId = addressData.region['region_id'];
28
} else if (!addressData['region_id']) {
29
- regionId = null;
+ regionId = undefined;
30
} else if (countryId === window.checkoutConfig.defaultCountryId) {
31
regionId = window.checkoutConfig.defaultRegionId;
32
}
0 commit comments