All Versions
177
Latest Version
Avg Release Cycle
39 days
Latest Release
853 days ago

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]