Django Payments Versions Save

Universal payment handling for Django.

0.9.1

8 years ago

0.9.0

8 years ago

0.8.4

8 years ago

0.8.2

8 years ago

0.8.1

8 years ago

We've added Coinbase support quite a while ago but it turns out it was never included in release tarballs. :bow:

0.8.0

8 years ago

We replaced PyCrypto with PyCryptodome that is actively maintained and provides wheels for Windows users.

The Stripe backend was updated to support the latest API.

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

A much more extensive test suite allowed us to finally refactor the API to avoid payment backends requiring a payment object at instantiation time. This allows us to reuse backend objects between transactions.

The expanded test suite also means a lot of bugs were squished in the process.

0.6.6

9 years ago

Thanks to @illing2005 we now support Sofort as a payment gateway.

Other fixes include CyberSource WSDL path lookup on POSIX systems and CreditCardNumberField behaviour when None is passed as value.