Commit 00aba384 by Rune Madsen

Merge pull request #86 from Shopify/task/runmad.82-remove-client-side-address-validation

Remove province requirement from client-side address validation
parents 4c8548c6 eb6a10a0
......@@ -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