Active Merchant v1.13.0 Release Notes

Release Date: 2011-04-19 // about 13 years ago
    • โž• Add a Gemfile for optional bundler support [ssoroka]
    • ๐Ÿ—„ Stop using has_rdoc= when rubygems version is 1.7.0 or greater, since it's deprecated [ssoroka]
    • โž• Add tax field to braintree [wisq]
    • ๐Ÿ‘ Quickpay: Also add Sweden as supported country [Soleone]
    • โž• Adding refund method for gateways that are using the credit method for referenced based refunds, added deprecation worning to the credit method [John Duff]
    • Return the Braintree transaction id in the response for void and refund transaction calls [John Duff]
    • PayPal Express: Extract phone number from address if no contact phone was sent [Soleone]
    • Unify all offsite gateways that verify the signature of Returns or Notifications by always using the #acknowledge method and calling the secret :credential2 [Soleone]
    • Valitor: Change name of credential for Return and Notification from :password to :credential2 in symmetry with the other Integrations [Soleone]
    • ๐Ÿ‘ Moneybookers: Add support for tracking token [Soleone]
    • Moneybookers: Require credential when creating Notifications instead of adding an argument to #acknowledge [Soleone]
    • Moneybookers: Fix Notification to return correct status [Soleone]
    • ๐Ÿ‘Œ Support default Return class for all Integrations that don't use returns [Soleone]
    • โž• Add support for passing additional options when creating a Notification to all Integrations [Soleone]
    • โšก๏ธ Update BraintreeBlue#refund to have consistent method signature [Jonathan Rudenberg]
    • โž• Add rails/init.rb for gem campatability in Rails [R?dolfs O?i??]
    • ๐Ÿ›  Fix Paypal Express response parser [Jonathan Rudenberg]
    • Braintree/Transax: Add tax field [wisq]