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