https://github.com/dinoperovic/django-shop-wspay
WSPay payment gateway implementation for django-shop
https://github.com/dinoperovic/django-shop-wspay
Last synced: about 1 year ago
JSON representation
WSPay payment gateway implementation for django-shop
- Host: GitHub
- URL: https://github.com/dinoperovic/django-shop-wspay
- Owner: dinoperovic
- License: bsd-3-clause
- Created: 2015-07-07T13:03:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T07:28:16.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T11:02:16.105Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#################
django-shop-wspay
#################
.. image:: https://img.shields.io/travis/dinoperovic/django-shop-wspay.svg
:target: https://travis-ci.org/dinoperovic/django-shop-wspay
.. image:: https://img.shields.io/pypi/v/django-shop-wspay.svg
:target: https://pypi.python.org/pypi/django-shop-wspay/
`WSPay`_ payment gateway implementation for `django SHOP `_.
This project is ment for version 0.2.x of djangoSHOP. If you use djangoSHOP version 0.9.x and above, there's a new project `djangoshop-wspay`_.
============
Installation
============
To install with ``pip`` run:
.. code:: bash
pip install django-shop-wspay
Install from github using pip:
.. code:: bash
pip install -e git://github.com/dinoperovic/django-shop-wspay.git@master#egg=django-shop-wspay
=============
Configuration
=============
- Install and configure `django-shop`_.
- Add ``shop_wspay`` to ``INSTALLED_APPS``.
- Add ``shop_wspay.wspay.WSPayBackend`` to ``SHOP_PAYMENT_BACKENDS``.
- Done.
.. _WSPay: http://www.wspay.info/
.. _django-shop: https://github.com/divio/django-shop
.. _djangoshop-wspay: https://github.com/dinoperovic/djangoshop-wspay
=========
Changelog
=========
0.0.2
+ Fix casting approval code to int removes leading zeros.
0.0.1
+ Alpha release