Merchant Versions Save

A Django app to accept payments from various payment processors via Pluggable backends.

v0.2

10 years ago

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.

v0.1

10 years ago

Changelog:

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

0.1

10 years ago

Changelog:

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

0.09a

10 years ago

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.