/oscar-sagepay

Payment integration with SagePay for django-oscar

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Oscar SagePay 0.1

This packages provides integration between Django Oscar and SagePay server inframe integration.

At the current version it's possible to complete a transaction and securely save credit cards details for future use:

Inframe credit card form

Saved cards in the customer account page

It provides a new dashboard entry as well, to list all the transactions:

Transactions admin dashboard

License

This package is release under the GPLv3 license.

Installation

Detailed documentation

Changelog

0.1

  • Include support for payment
  • Save customer's credit card details
  • Oscar dashboard app

ToDo

  • Add more tests
  • Add localization support