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

Fix api checkouts spec #845

Merged
merged 2 commits into from
Feb 15, 2016
Merged

Conversation

timrossinfo
Copy link

This spec had an initial order state (complete) that was the same as the outcome order state. The test passed, but for the wrong reason. After setting the initial state to confirm, the spec failed as the API no longer allows transitioning order state to complete using a PUT on the order. You must instead call the complete action, for which there is already a spec.

Thanks to @mhaylock who fixed this issue in Spree.

Tim Ross added 2 commits February 12, 2016 09:54
This spec had an initial order state ("complete") that was the same as the outcome order state. The test passed, but for the wrong reason. After setting the initial state to "confirm", the spec failed as the API no longer allows transitioning order state to complete using a PUT on the order. You must instead call the "complete" action, for which there is already a spec.
@cbrunsdon
Copy link
Contributor

👍 looks good to me, thanks @timrossinfo and @mhaylock

@jhawthorn
Copy link
Contributor

Thank you both 👍

jhawthorn added a commit that referenced this pull request Feb 15, 2016
@jhawthorn jhawthorn merged commit 56cb392 into solidusio:master Feb 15, 2016
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