Skip to content

Commit

Permalink
M2-19 amend validation js
Browse files Browse the repository at this point in the history
  • Loading branch information
wsagen committed Aug 1, 2016
2 parents 193c9a2 + 76c1cbd commit 97df931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [20.0.3] - 2016-05-11
### Added
- SHQ16-911 resolved shipping carrier validation in cart and checkout

## [20.0.4] - 2016-08-01
### Added
- M2-19 modified js validation
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ define(
},
'country_id': {
'required': true
},
'region_id' : {
'required': true
},
'city' : {
'required': true
}
};
}
Expand Down

0 comments on commit 97df931

Please sign in to comment.