views:

439

answers:

1

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
There's a lot of HttpContext reliance there. Anyone seen anything more testable?
Iain M Norman