Skip to main content

Payments using Payline

Project description

Build Status

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

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-payline-0.3.tar.gz (14.8 kB view details)

Uploaded Source

File details

Details for the file django-payline-0.3.tar.gz.

File metadata

File hashes

Hashes for django-payline-0.3.tar.gz
Algorithm Hash digest
SHA256 f89e6ab8f6bae922d36315ec6912f37afe79bfb53bdaba384bbd816362fc4eb5
MD5 54cbe0a7fae4c561d5c312e919e4a89d
BLAKE2b-256 86252ea3054b5892804f081524ad62d7348f37a1178e41bebe4959433de9fd42

See more details on using hashes here.

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