Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdonk/oscar-sagepay
Payment integration with SagePay for django-oscar
https://github.com/sdonk/oscar-sagepay
Last synced: 3 months ago
JSON representation
Payment integration with SagePay for django-oscar
- Host: GitHub
- URL: https://github.com/sdonk/oscar-sagepay
- Owner: sdonk
- Archived: true
- Created: 2013-11-25T13:33:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T15:35:59.000Z (almost 11 years ago)
- Last Synced: 2024-07-01T12:41:09.932Z (5 months ago)
- Language: JavaScript
- Size: 373 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========================
Oscar SagePay 0.1
========================This packages provides integration between `Django Oscar`_ and `SagePay server inframe integration`_.
This package was written to support the ecommerce projects at `U-dox`_.
At the current version it's possible to complete a transaction and securely save credit cards details for future use:
.. image:: http://i.imgur.com/GANFvgY.png
:alt: Inframe credit card form
:align: center.. image:: http://i.imgur.com/w9jOLr3.png
:alt: Saved cards in the customer account page
:align: centerIt provides a new dashboard entry as well, to list all the transactions:
.. image:: http://i.imgur.com/Da32fPA.png
:alt: Transactions admin dashboard
:align: centerLicense
-------This package is release under the BSD license.
Installation
------------`Detailed documentation`_
Changelog
---------0.1
~~~
* Include support for payment
* Save customer's credit card details
* Oscar dashboard appToDo
----- Add more tests
- Add localization support.. _Django Oscar: http://oscarcommerce.com/
.. _SagePay server inframe integration: http://www.sagepay.co.uk/support/find-an-integration-document/server-inframe-integration-documents
.. _Detailed documentation: http://oscar-sagepay.readthedocs.org/en/latest/
.. _U-dox: http://u-dox.com