Skip to content

Releases: agiliq/merchant

0.2 Release

02 Dec 07:20
Compare
Choose a tag to compare
0.2 Release Pre-release
Pre-release

General:

  • Unit tests are skipped unless the corresponding gateways are configured
  • Bugfix - Use settings.AUTH_USER_MODEL instead of get_user_model
  • Demo - fill up initial data for all gateways

Beanstream gateway:

  • Adding recurring payment support for Beanstream gateway

Eway gateway:

  • Improved tests for purchase, failure

and other small bugfixes, docs.

0.1 Release

14 Oct 10:44
Compare
Choose a tag to compare
0.1 Release Pre-release
Pre-release

Changelog:

  • Added PIN payments support (https://pin.net.au)
  • Multiple items support - Paypal Offsite
  • Fixed Beanstream tests
  • Bugfixes

0.1 Release

14 Oct 10:19
Compare
Choose a tag to compare
0.1 Release Pre-release
Pre-release

Changelog:

  • Added PIN payments support (https://pin.net.au)
  • Multiple items support - Paypal Offsite
  • Fixed Beanstream tests
  • Bugfixes

0.09 Release

05 Jul 13:19
Compare
Choose a tag to compare
0.09 Release Pre-release
Pre-release

Changelog:

  • Added travis CI - https://travis-ci.org/agiliq/merchant
  • Added multiple items support in paypal integration
  • Added bootstrap theme to demo - http://merchant.agiliq.com/
  • Added recurring and direct payment API in eWay gateway.
  • Added digital content and subscriptions support to Google Checkout integration
  • Added ogone payments integration
  • Removed Samurai integration
  • Unified all integration templatetags to a single tag - render_integration

Backward incompatible changes:

  • Samurai integration has been removed
  • If you're using the templatetag for integrations, please update your templates to use the new unified render_integration templatetag.