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

Address state is required (and shouldn't be) #59

Closed
wants to merge 1 commit into from
Closed

Address state is required (and shouldn't be) #59

wants to merge 1 commit into from

Conversation

ericboehs
Copy link
Contributor

Email validation in checkout controller decorator assumes the
address state will be the present. Changed to use the first
checkout step via current_order.checkout_steps.first.

Email validation in checkout controller decorator assumes the 
`address` state will be the present. Changed to use the first
checkout step via `current_order.checkout_steps.first`.
@radar
Copy link
Contributor

radar commented Mar 18, 2013

Really surprised that nobody picked up on this earlier. Thank you!

@youroff
Copy link

youroff commented Mar 24, 2013

I'm not nobody :(
#31

@radar radar closed this in 4d797a0 Mar 24, 2013
radar pushed a commit that referenced this pull request Apr 9, 2013
Email validation in checkout controller decorator assumes the
`address` state will be the present. Changed to use the first
checkout step via `current_order.checkout_steps.first`.

Fixes #59
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

3 participants