- Also allow details_for_payment to find a transaction by transaction_id. (pull req #39) by https://github.com/Sjors
- PayPal requests headers should be case insensitive fix. (pull req #27) by dmitriybudnik
- Expose raw and request objects for easier logging / debugging (pull req #25) by saizai
- rm unusued refund fields (pull req #25) by saizai
- Also added: receiver_list is optional for refunds (refunds everything on that paykey if not specified) (pull req #25) by saizai
- Added option displayMaxTotalAmount to build_preapproval_payment to display amount with paypal on payment (04b37c9) by eldoy
- Add displayOptions and receiverOptions support to SetPaymentOptionsRequest (Niels Ganser) by 597ecad
- Added option :action_type to build_adaptive_payment_pay_request to enable delayed chained payments (3df6948) by eldoy
- Added referrerCode in SetPaymentOptions request (by njvitto)
- add functionality to allow a user to redirect to the correct URL when creating a pre-approval request. In addition, the setup_purchase now allows for the preapproval_key to be submitted and passed along to paypal. (LeviRosol (https://github.com/LeviRosol))
- build_adaptive_payment_details_request pay_key fix.
- Add Support of ExecutePayment.
- IPN implemeted
- Added custom filed to the request builder.
- renamed the pay method to setup_purchase, again, more like active_merchant.
- added paypal_adaptive_payment_common.rb for handling the redirects more like active_merchant
- removed the autoloads, they look kind of messy
autoload
the helper libs.
- Array fix lsegal/yard#370
- Removed action pack as a dependency
- Fix tests.
- Added fixtures.yml.
- Few typo fixes by LeviRosol