Hi,
I'm using paypal's IPN and I have Add to Cart button in the page, how can I get the Value of item_name, number, quantity for a "Add to cart button". I tried request.getParameter("item_name") and request.getParameterValues("item_name") both returens Null value. Please help me from this problem