anybody seen some paypal IPN Listener code sample / implementation for ASP.NET MVC
+6
A:
A neat little article on a simple MVC site structure that includes PayPal IPN: http://blog.wekeroad.com/2008/10/11/mvcstore-part-22
Direct link to his IPN controller https://mvcsamples.svn.codeplex.com/svn/trunk/Kona.Web/Controllers/PayPalController.cs
used2could
2010-03-15 13:43:57
There's a lot of HttpContext reliance there. Anyone seen anything more testable?
Iain M Norman
2010-06-11 08:47:33