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.
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.