Skip to content

Commit

Permalink
SHQ16-1346 make address fields not mandatory and include region for s…
Browse files Browse the repository at this point in the history
…upport for text field region
  • Loading branch information
wsagen committed Aug 2, 2016
1 parent 5c4e393 commit c90dd74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ define(
'required': true
},
'region_id' : {
'required': true
'required': false
},
'city' : {
'required': true
'required': false
}
};
}
Expand Down

0 comments on commit c90dd74

Please sign in to comment.