Click here to Skip to main content
15,884,700 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

I'm trying to integrate a paypal button code to my mvc website. I have created test account for buyer and seller.

There are 2 buttons for two different price items. When I click on button it brings me to the paypal site and added that item into cart and that cart is maintained by paypal.

But when I get logout from website and login with different user and then click to that button the cart is still maintained so this is the problem. New login user must have it own cart so that new user could not see the the items added by previous user.


I don't know how to clear that cart since I believe Its maintained by paypal itself.


Please suggest me the possible way

Thanks
Posted
Comments
[no name] 6-Jul-15 11:58am    
Paypal has support people that can answer your questions regarding their service.

1 solution

This is something paypal will have to answer for you. My guess is you are passing through the same unique id when you should be passing in a new one. But refer to their documentation or contact them directly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900