Skip to content

dinoperovic/django-shop-wspay

Repository files navigation

django-shop-wspay

image

image

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:

pip install django-shop-wspay

Install from github using pip:

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.

Changelog

0.0.2
  • Fix casting approval code to int removes leading zeros.
0.0.1
  • Alpha release

About

WSPay payment gateway implementation for django-shop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published