-
Notifications
You must be signed in to change notification settings - Fork 101
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
not able to add the product in the cart #59
Comments
It's fixed in this PR #57 And also a default permission set should include |
Still the issue did not resolved. I am also wanted to know that when I am adding a product in cart which permission should be enable. current_ability.can :update, Spree::Order. |
For example if you check the
I hope it helps :) |
I am getting the same problem. |
When I am adding a product into cart without login then getting 403 forbidden error.
The text was updated successfully, but these errors were encountered: