Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all address fields #25

Merged
merged 3 commits into from
Sep 3, 2017
Merged

Add all address fields #25

merged 3 commits into from
Sep 3, 2017

Conversation

craigjbass
Copy link
Owner

No description provided.

val zipcode: String
val city: String?,
val province: String?,
val zipcode: String?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems odd to name this field after the US-specific ZIP Code when in the majority of cases that's not what it will contain (including all your tests)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah potentially. My thought was zipcode was more ubiquitous, but perhaps that is not the case

@craigjbass craigjbass merged commit 46b20f6 into master Sep 3, 2017
@craigjbass craigjbass deleted the all-address-fields branch September 3, 2017 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants