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

Anonymous users can't place an order #15

Open
signalpoint opened this issue Sep 20, 2016 · 0 comments
Open

Anonymous users can't place an order #15

signalpoint opened this issue Sep 20, 2016 · 0 comments
Labels

Comments

@signalpoint
Copy link
Owner

We need to run anonymous users through the Cart resource instead of the Order resource, because anonymous users will never be allowed to create orders, they can only create carts, and then check them out, which then triggers the order creation. Right now we're trying to run anonymous users through the Order Create resource, which isn't allowed via Commerce access checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant