Commit eb6a10a0 by Rune Madsen

Remove province requirement from client-side address validation

parent 4c8548c6
......@@ -46,7 +46,6 @@
if (self.city.length > 0 &&
self.zip.length > 0 &&
self.province.length > 0 &&
(self.country.length > 0 || self.countryCode.length == 2)) {
valid = YES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment