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 350b56c commit 2854a1eCopy full SHA for 2854a1e
app/code/Magento/Checkout/view/frontend/web/js/model/new-customer-address.js
@@ -22,6 +22,8 @@ define([
22
23
if (addressData.region && addressData.region['region_id']) {
24
regionId = addressData.region['region_id'];
25
+ } else if (!addressData['region_id']) {
26
+ regionId = undefined;
27
} else if (
28
/* eslint-disable */
29
addressData['country_id'] && addressData['country_id'] == window.checkoutConfig.defaultCountryId ||
0 commit comments