Skip to content

Commit

Permalink
ENGCOM-4088: [Backport] Fixed Issue #20631 Console error on checkout …
Browse files Browse the repository at this point in the history
…after changing the allowed countries from admin #20885

 - Merge Pull Request #20885 from amol2jcommerce/magento2:2.2-develop-PR-port-20634
 - Merged commits:
   1. 467a2a8
   2. a48a4de
   3. 8d67213
   4. 1a38067
  • Loading branch information
magento-engcom-team committed Feb 5, 2019
2 parents 9cc1f6a + 1a38067 commit e9cbd08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ define([
}

option = options[value];

if (!option) {
return;
}

if (option['is_zipcode_optional']) {
this.error(false);
this.validation = _.omit(this.validation, 'required-entry');
Expand Down

0 comments on commit e9cbd08

Please sign in to comment.