Downloads

Download tar.gz 32.64 KB
MD5: cfa6a08cfd8c581a49286bb0361cc5e0
SHA-1: 917ed5838614b6e260b0b7e919752caa13934a23
SHA-256: e3e0c210fc03f35fd0d264cb3aa865f31acff75aad9ac0c124dbd7d42a0096d9
Download zip 39.57 KB
MD5: a87da3cbb1d0e64d997616022a2436e3
SHA-1: eada8e02335b950d8cd58240d3c5243b57343a9f
SHA-256: 479a86a0be74d03b1bc8e13873f9e29e70ca58a64e3f6f92a108a4700aadd63c

Release notes

First release of 2.x branch, improvements over 1.0 include:
* New/improved API for payment gateways to interface with uc_recurring - see hook_recurring_info()
* Ability to treat a recurring fee as a new order - so it gets access to everything a new order gets at the time of renewal e.g separate invoices, apply roles etc...
* Option for unlimited renewals (ie: renew until canceled)
* Option for recurring fee to be set that same as product price (ie: include things like attribute price adjustments into the fee)
* Conditional action support
* Extension API, admins can configure what will happen on a failed payments, e.g order can be extended and re-attempts as many times as required.

Payment methods/gateway supported:
* NONE - you can run uc_recurring without any payment methods/gateways enabled and it will track all payments owing
* test_gateway - so you can test out an example credit card interface
* Authorize.net CIM - fully supported

Payment Gateway partial support (work has started on):
* Paypal WPP and Paypal WPS
* Authorize.net ARB

Created by: univate
Created on: 24 Sep 2009 at 04:47 UTC
Last updated: 12 Mar 2014 at 23:33 UTC
New features
Unsupported

Other releases