I'm really frustrated trying to use a PayPal IPN and receiving variables back to use in my VB.NET application.
It looks like my transactions are going through when I test it, but I can't get the variable values.
My rm parameter is the default ("0") and I have Paypal set to auto return because that is the behavior I want.
I'm using the example found here:
http://www.codeproject.com/KB/aspnet/UsePayPalPaymentInASPNET.aspx
But the XML doesn't seem to be working and all I want to do is show one variable to prove that I am getting the values back. I tried to instead insert a record into a database, but that isn't working either.
I've tried to test with my localhost but it won't let me so I can't step through my code either.
This is really frustrating me, alot. It seems simple but I'm wasting a lot of time.