All Versions
177
Latest Version
Avg Release Cycle
39 days
Latest Release
853 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v1.10.0 Changes
January 20, 2011- ๐ PayPal Express: Support returning payer phone number [Soleone]
- ๐ Fix ePay to correctly send order number [Soleone]
- โ Add BluePay Gateway [Nathaniel Talbott]
- โ Add Quantum Gateway [Joshua Lippiner]
- โ Add iDEAL/Rabobank gateway [Jonathan Rudenberg]
- SagePayForm: Added send_email_confirmation (default false) to enable confirmation emails [wisq]
-
v1.9.4 Changes
January 05, 2011- โก๏ธ Update Garanti gateway to integrate with new API [Selem Delul]
-
v1.9.3 Changes
December 17, 2010- ๐ Fix BBS Netaxept to change transaction type from C (for MOTO: mail order telephone order) to M (for credit card orders) [Soleone]
- ๐ Fix Iridium and ePay to work with any object that responds to credit card methods not only ActiveMerchant::CreditCard objects
-
v1.9.2 Changes
December 09, 2010- โ Add support for PayPal mobile payments [wisq]
- โ Add ePay gateway [ePay, Jonathan Rudenberg]
- ๐ Allow access to the raw HTTP response [Jonathan Rudenberg]
-
v1.9.1 Changes
November 24, 2010- PayPal Express and PayPal Pro: Send JPY currency correctly without decimals [Soleone]
- โก๏ธ Netaxept: Make sure password (token) is URL escaped and update remote tests for updated server behavior [Soleone]
- โก๏ธ DirecPay: Add support for additional options in Return class and add convenience method to get transaction status update [Soleone]
- Add new alias credit_card.brand for credit_card.type and handle the brand correctly in Netaxept [Soleone]
- Iridium: Do not depend on ExpiryDate class for credit_card [Soleone]
- โฑ PayFlow: Use same timeout of 60 seconds in HTTP header and XML for all requests [Soleone]
- ๐ PayPal Website Payments Pro CA no longer supports American Express cards [Soleone]
- โก๏ธ Updated BIN ranges for Discover to match recent documents [kaunartist]
-
v1.9.0 Changes
October 14, 2010- โ Add support for DirecPay gateway [Soleone]
- โ Add SagePay Form integration gateway [wisq]
- ๐ Allow Return class to include a Notification for gateways that treat the direct response as a notification [wisq]
- โ Add support for PayboxDirect gateway [Donald Piret]
- โ Add support for SecureNet gateway [Kal]
- โ Add support for the Inspire gateway [ryan r. smith]
-
v1.8.0 Changes
September 24, 2010- ๐ PayPal Express: Add support for billing agreements [Nathaniel Talbott]
- ๐ Allow comparing countries [Nathaniel Talbott]
- Iridium: Fix country handling [Nathaniel Talbott]
- Iridium: Fix missing billing address [Nathaniel Talbott]
- Iridium: Do not pass CV2 if not present [Nathaniel Talbott]
- โ Add Iridium support [Phil Smy]
- โ Add Netaxept support [Nathaniel Talbott]
- PaymentExpress: Use Card Holder Help Text for the response message [Nathaniel Talbott]
- Sort the country name list [Duff OMelia]
-
v1.7.3 Changes
September 14, 2010- ๐ Fix SagePay special handling for Japanese YEN currency to not send fractional amounts [Soleone]
-
v1.7.2 Changes
August 27, 2010- โก๏ธ Update Braintree integration to play nicely with the braintree 2.5.0 gem [Soleone]
- ๐ Fix SagePay to not send fractional amounts for Japanese YEN currency [Soleone]
-
v1.7.1 Changes
July 28, 2010- ๐ Pull in only the necessary components of Active Support. Enables use of ActiveMerchant with Rails 3 [railsjedi]