John Duff
unread,May 17, 2012, 1:41:37 PM5/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Active Merchant
We just pushed out the release of ActiveMerchant 1.22.0!
This release has all kinds of bug fixes, improvements to gateways and
a couple new additions as well. Big thanks to everyone who contributed
this time around, keep it up!
Check out the changelog for the full details, copied below:
* Remove version restriction for money gem [ylansegal]
* Add iTransact XML gateway [motske]
* PayPal Express Gateway: add options[:landing_page] [markus]
* USA ePay: Fix handling of AVS [duff]
* Ogone: Add store method to create an alias without making a purchase
[joelcogen]
* Spelling fix: purcahse -> purchase [mnoack]
* ePay: Added more useful results for authorization errors [Dennis
O'Connor]
* Add Robokassa integration [nashby]
* PayPal Gateway: Add recurring API [dscataglini]
* Braintree: Add support for :verify_card option on store [brentmc79]
* Moneris: cannot void a preauthorization [eddanger]
* Add Moneris US gateway [eddanger]
* Add Dotpay integration [kacperix]
* Payflow: Add description, comment and comment2 tags [ksnyder]
* Dotpay: Fix field mapping [kacperix]
* Authorize.Net CIM: Optionally add 'order' details to transactions
[pote]
* Braintree: Allow including billing address when storing a customer
[brentmc79]
* PayPal Gateway: Refactored PaymentDetails & PaymentDetailsItem
common code [dscataglini]
* Viaklix/Elavon: Separate "demo accounts" from "test
transactions" [mltsy]
* PayPal Gateway: Add transaction_details, balance,
authorize_transaction, and manage_pending_transaction API calls
[dscataglini]
* PayPal Gateway: Add support for TransactionSearch &
DoReferenceTransaction [dscataglini]
* Cybersource: Add recurring payment support [jaredmoory]
* Tidy up gateway lists [ashokak]
* Paybox: remove Iconv usage [ntalbott]
* Dotpay: Add amount mapping, pin setter, and support for test?
[kacperix]
* Braintree Blue: Make address country map to alpha2 [ntalbott]
* Use GB as the alpha2 country code for the UK [ntalbott]
* Realex: Handle XML response with unescaped ampersand [ntalbott]
* Add Vindicia gateway [steved555]
* Payment Express: use %w[] for country list [parndt]
* Braintree Blue: Match remote test up with change to :country
[braintreeps]
* PayPal Integration: Fix received_at method time parsing [subbarao]
* Add MiGS Gateway [mnoack, nagash]
* Quickpay integration: Fix payment_service_for helper [TheMaster]
* Braintree Blue gateway: Improve update method [brentmc79]
* 2checkout integration: Add mode mapping & line items helper
[AlexanderZaytsev]
* USA ePay Advanced gateway: Fix expiration date format. [cctalbott]
* Add ePay integration [ePay]
* 2checkout integration: Add support for single page payment routine
[AlexanderZaytsev]
* Ogone: Add support for 3D Secure [rymai, ZenCocoon]
* Stripe gateway: Remove authorize and capture methods since they are
not supported [jduff]
* Stripe gateway: default test to false if no livemode parameter is
specified [jduff]
* Paybox Direct gateway: 'card absent' and 'do not honour' should be
considered failures, not fraudulent [jduff]
* Add Verkkomaksut integration [akonan]
* Remove trailing spaces from generator templates [akonan]
* Payflow gateway: Allow modification of RetryNumDays [jrust]
* Payflow gateway: Don't auto-set start_date on modification [jrust]
* Bluepay gateway: Add ACH & recurring support [jslingerland]
* Orbital gateway: Don't send AVS address details for any country
besides US, CA, GB and UK [Soleone]
* Payflow Express gateway: Better amount handling [jduff]
* Barclays gateway: Allow American Express [duff]
* Ogone gateway: Remove duplicated method [ntalbott]
* Cybersource gateway: Add retrieve method to pull details on a stored
card [fabiokr]