Skip to content

Commit

Permalink
Update code for fixed issue magento#16684
Browse files Browse the repository at this point in the history
  • Loading branch information
nirav-kadiya committed Oct 29, 2018
1 parent 5a84c5a commit e4b430a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define([
if (addressData.region && addressData.region['region_id']) {
regionId = addressData.region['region_id'];
} else if (!addressData['region_id']) {
regionId = null;
regionId = undefined;
} else if (countryId === window.checkoutConfig.defaultCountryId) {
regionId = window.checkoutConfig.defaultRegionId;
}
Expand Down

0 comments on commit e4b430a

Please sign in to comment.