Skip to content

Releases: django-getpaid/django-getpaid

v2.0.0 - Complete redesign

19 Apr 09:05
2.0.0
f855aa1
Compare
Choose a tag to compare

This version presents completely new concept for extensible payment framework and has been written from scratch.

v1.7.6

14 Jul 20:47
Compare
Choose a tag to compare
  • update all urls to use namespaces
  • drop support for Django 1.7
  • update docs

v1.7.3

16 Nov 23:50
Compare
Choose a tag to compare

Minor fixes and refactoring

  • fix payu backend to pass bytes into urlopen
  • change utils.import_name to use importlib.import_module
  • configuration option in dotpay backend, that allows to change payment gateway url
  • update docs

v1.7.2

23 Jul 12:06
Compare
Choose a tag to compare
  • update Payment migration with new statuses
  • fix version number

v1.7.1: Merge pull request #70 from pawciobiel/epaydk

22 Jul 09:16
Compare
Choose a tag to compare
  • Epay.dk backend
  • fixed issues with models and migrations for django 1.8
    • new settings GETPAID_ORDER_MODEL
  • PaymentAdmin would work better when registered in your app.
  • Payment has now two new statuses accepted_for_proc and cancelled
    to better reflect whats going on.
  • two new utils functions build_absolute_uri_for_site and qs_to_ordered_params
  • use django-nose and coverage for tests and update test project requirements

v1.7.0: Merge pull request #62 from pawciobiel/version-1.7.0

27 Jun 23:12
Compare
Choose a tag to compare