Easily make payments using Payline
Author: Mathieu Agopian and contributors
Licence: BSD
Compatibility: Django 1.3+
Requirements: suds
Installation
pip install -U django-payline
Add payline to your INSTALLED_APPS
For extensive documentation see the docs folder or read it on readthedocs
To install the in-development version of django-payline, run pip install django-payline==dev.
Help
Drop me a mail.
Bugs
Really? Oh well… Please Report. Or better, fix :)
Development
Thanks for asking!
Get the code:
git clone git@github.com:magopian/django-payline.git cd django-payline virtualenv -p python2 env source env/bin/activate add2virtualenv .
Install the development requirements:
pip install -r requirements.txt pip install django # must be django 1.3 or above
Run the tests:
DJANGO_SETTINGS_MODULE=payline.test_settings make test
By default, two integration tests will be skipped when running the tests. Those integration tests need the following settings (put them in a settings.py file):
from test_settings import * PAYLINE_MERCHANT_ID = 'your payline merchant ID' PAYLINE_KEY = 'your payline API key' PAYLINE_VADNBR = 'your payline VAD number'
Then run the full test suite, including the integration tests:
DJANGO_SETTINGS_MODULE=payline.settings make test
Release files for django-payline 0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-payline-0.11.tar.gz | 36.8 kB | Details |
Release files / django-payline-0.11.tar.gz
| Download URL | django-payline-0.11.tar.gz |
|---|---|
| Size | 36.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad8f85326953b71b70c7007d2397e8b7fab462ac11482aa3717c56260a2baacb
|
|
BLAKE2b-256 checksum How to use checksums |
fdeab9a8e868e561ec04b04f129dc46544b50e4537627920ce2e4cacc7b94080
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |