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

Billing information form #240

Open
10 tasks
tmesser opened this issue Feb 8, 2020 · 0 comments
Open
10 tasks

Billing information form #240

tmesser opened this issue Feb 8, 2020 · 0 comments

Comments

@tmesser
Copy link

tmesser commented Feb 8, 2020

The current form requires a few changes. We should ask for country and state/province information first, so our validators for addresses can be geo-sensitive. We currently only follow the American standard.

This is functionally the same form as #239 with a few words changed to make it clear it's for Billing, not Shipping.

Tasks:

  • Create Country and Locale information collectors
  • Create Address information collectors; address, zip code/region code, etc, based on Locale info
  • Validate Address information based upon Country/Locale standards
  • Create 'same as Shipping address' checkbox
  • Make 'same as Shipping address' checkbox populate data from the billing address

Acceptance Criteria:

  • Can enter country and locale
  • Can enter address information
  • Address information is validated upon locale standards; test United States, Canada, UK
  • Can click 'same as billing' checkbox
  • 'Same as Shipping' checkbox populates from Shipping form created in Shipping information form #239
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant