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

giving error will doing add to cart operation #12

Open
DV31 opened this issue May 10, 2017 · 2 comments
Open

giving error will doing add to cart operation #12

DV31 opened this issue May 10, 2017 · 2 comments

Comments

@DV31
Copy link

DV31 commented May 10, 2017

when login API using it is working fine. same with add to cart.
but there is nothing that indicates that particular user is logged in.
in login API it gives user info and session in response. so I took session n tried to log in with it. but there is only three args that are productId,Qty,super_attribute. which shows no connection between login and add to cart ... it is woking fine on the browser but not in the android application.

@snehasvb
Copy link

Hi I got the same issue.
After login in my app when I add to cart the product it gives response as user not logged in but same thing when I do in my browser it add to cart the product.

I dont know why customer login gives false on add to cart on app.
Please help if some one has resolved this issue.

@ujjwalsahay
Copy link

What I think is that it's because you haven't set up your rest authentication with your PHP OAuth server. For that to work I guess we need to first enable OAuth on the server and create user roles, attributes and rest application.

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

No branches or pull requests

3 participants