webtechnick / CakePHP-Paypal-IPN-Plugin

CakePHP Paypal Instant Payment Notification Plugin
http://www.webtechnick.com
82 stars 47 forks source link

Improved Paypal-IPN-Plugin #4

Closed josegonzalez closed 12 years ago

josegonzalez commented 12 years ago

I've merged in the following two items:

Re-applied: Allow loading existing IPN record, based on tnx_id or parent_tnx_id

Re-applied: Add support for Encrypted Web Payments

Also did the following awesome commit:

improved button handling
  - Added error-handling code to InstantPaymentNotification model and Helper
  - Allow loading of config from Configure::read() instead of App::import()
  - Allow overriding all configuration via an embedded array in passed options
  - Proper PHP5.3 Support
  - Allow passing options to submit button for formatting
  - Wrap App::import() calls in class_exists()

Also made some formatting changes.