This is a generic payment app for django using Netaxept
Project description
A generic payment app for Django using Netaxept
Installation
For the current stable version:
pip install django-netaxept
For the development version:
pip install -e git+git://github.com/fivethreeo/django-netaxept.git#egg=django-netaxept
Configuration
Add djnetaxept to settings.INSTALLED_APPS and run:
manage.py syncdb
Testing
git clone https://github.com/fivethreeo/django-netaxept.git cd django-netaxept virtualenv test_env source ./test_env/bin/activate pip install -r requirements.txt python runshell.py --merchantid [merchantid] --token [token] python runtests.py --merchantid [merchantid] --token [token]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-netaxept-1.0.zip
(9.2 kB
view details)
File details
Details for the file django-netaxept-1.0.zip
.
File metadata
- Download URL: django-netaxept-1.0.zip
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83119e18402b75576cc3e66808b98a25083f880545fff2a7b760a3430213f420 |
|
MD5 | 21e193a1b6ae575f5116d212ca8d6886 |
|
BLAKE2b-256 | 9f94c79b77b0ba80f03d38fea4f7341acacfeb5b6e4c6363f8b27a80c0e2f84d |