Releases: agiliq/merchant
Releases · agiliq/merchant
0.2 Release
General:
- Unit tests are skipped unless the corresponding gateways are configured
- Bugfix - Use
settings.AUTH_USER_MODEL
instead ofget_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
Changelog:
- Added PIN payments support (https://pin.net.au)
- Multiple items support - Paypal Offsite
- Fixed Beanstream tests
- Bugfixes
0.1 Release
Changelog:
- Added PIN payments support (https://pin.net.au)
- Multiple items support - Paypal Offsite
- Fixed Beanstream tests
- Bugfixes
0.09 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.