Jump to content


Photo

PayPal IPN response as raw text


The PayPal IPN response should be sent as plain text instead of with the full HTML template.

This makes debugging a lot easier (i.e. with command line tools like curl) and saves server resources.

Status: Not a Bug
Version: 1.4.2
Fixed In:


1 Comments

While the full response is indeed unnecessary - it's not an issue either. It's setup that way because Nexus has a generic "validate this transaction" page, and other gateways will actually send the user to this page.
It's just one of those things when working with a generic payment handler.