ipn-code-samples icon indicating copy to clipboard operation
ipn-code-samples copied to clipboard

Results 24 ipn-code-samples issues
Sort by recently updated
recently updated
newest added

we have a basic online shopping cart that receives IPN messages when an order is placed and paid for through PayPal - and this works fine with IPN coming back...

question

I'm using the PHP code samples. ### Issue description The class really should expose the response from PayPal (plus the response headers) so that in case the verification fails you...

enhancement

### Issue description Fire and forget tasks are widely discouraged as asp.net can abruptly halt them when the request has been completely process. (f.x. [here](https://blog.stephencleary.com/2014/06/fire-and-forget-on-asp-net.html) and [here](https://haacked.com/archive/2011/10/16/the-dangers-of-implementing-recurring-background-tasks-in-asp-net.aspx/)) HostingEnvironment.QueueBackgroundWorkItem seems to...

enhancement

As per #125 some of our samples are not sending a user agent. **Todo** - C# - ASP - Coldfusion - Javascript - Perl - ~~PHP~~ - ~~Python~~ - Rails...

enhancement