Skip to content

Commit

Permalink
fixed issue magento#20631 for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-rajawat committed Jan 31, 2019
1 parent 35b736d commit 6b9f3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
return;
}

option = options[value];
option = options[value] ? options[value] : {};

if (option['is_zipcode_optional']) {
this.error(false);
Expand Down

0 comments on commit 6b9f3e8

Please sign in to comment.