Paypal2SalesforceLead 1.0beta2 (Unreleased)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

This release addresses a problem where IPN messages for actions other than completed payments returned a 500 status, which could potentially lead to PayPal disabling IPN notifications for the associated account.

For additional information about this project, please visit the overview page .

Available downloads

Change log

  • No longer throws an error on ipn verification for a payment_status other than 'Completed', since returning http status codes other than 200 can result in Paypal disabling IPN notfications altogether. One implication of this change is that refunds now also create Leads, but with a negative payment value. [jessesnyder]