Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Paypal-IPN-Plugin #4

Merged
merged 5 commits into from
Nov 21, 2011
Merged

Improved Paypal-IPN-Plugin #4

merged 5 commits into from
Nov 21, 2011

Commits on Oct 2, 2011

  1. Configuration menu
    Copy the full SHA
    320dafc View commit details
    Browse the repository at this point in the history
  2. Formatting

    josegonzalez committed Oct 2, 2011
    Configuration menu
    Copy the full SHA
    6218bbe View commit details
    Browse the repository at this point in the history
  3. 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()
    josegonzalez committed Oct 2, 2011
    Configuration menu
    Copy the full SHA
    ce1507a View commit details
    Browse the repository at this point in the history
  4. Re-applied: Add support for Encrypted Web Payments

    Instructions at https://cms.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=developer/e_howto_html_encryptedwebpayments#id08A3I0P017Q
    
    - Allows user to override encryption array on a per-checkout basis
    - Moved encryption arrays into hashes per PaypalIpnConfig
    
    Thanks to sambernard/CakePHP-Paypal-IPN-Plugin@3ef4bef on github
    josegonzalez committed Oct 2, 2011
    Configuration menu
    Copy the full SHA
    4baae69 View commit details
    Browse the repository at this point in the history
  5. Re-applied: Allow loading existing IPN record, based on tnx_id or par…

    …ent_tnx_id
    
    - Simplified the InstantPaymentNotification::searchIPNId() method from original implementation
    
    Thanks to cali1/CakePHP-Paypal-IPN-Plugin@2b76b98 on github
    josegonzalez committed Oct 2, 2011
    Configuration menu
    Copy the full SHA
    9a03059 View commit details
    Browse the repository at this point in the history