Click here to Skip to main content
16,004,820 members

Comments by sharmaravi123 (Top 2 by date)

sharmaravi123 16-Aug-12 4:26am View    
Yes, I have tried running it, but when I write this code Request.Form["mc_gross"].ToString();
Ipn data not sent from paypal and web service not not called...

Actually I have to insert ipn data into invoice table.
How to get this data in
if (strResponse == "VERIFIED")
{

}
I want to get IPN data in VERIFY condition to insert.

sharmaravi123 3-Aug-12 6:01am View    
ok..
I got one solution that I will get IPN data on one php page and it will post that data on web service. How to create web method in web service in visual studio 2010 that insert data.