Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page