Allows to process payments through PAYONE (formerly BS Payone)
Project description
This is a plugin for pretix.
Allows to process payments through PAYONE (formerly BS Payone)
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute pip install -e . within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:
pip install flake8 isort black docformatter
To check your plugin for rule violations, run:
docformatter --check -r . black --check . isort -c . flake8 .
You can auto-fix some of these issues by running:
docformatter -r . isort . black .
To automatically check for these issues before you commit, you can run .install-hooks.
License
Copyright 2021 pretix team
Released under the terms of the Apache License 2.0
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
Built Distribution
File details
Details for the file pretix_payone-1.3.4.tar.gz
.
File metadata
- Download URL: pretix_payone-1.3.4.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc273d7b78f478a974784bb479f47fb0c125330d2257ed36515a7ece0a5bb14 |
|
MD5 | db3674d40d40652205120ff2d91581fe |
|
BLAKE2b-256 | b368791da760e825739483a3c9c8a9db17944ee4793fc03fd203519dc1b4c801 |
File details
Details for the file pretix_payone-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: pretix_payone-1.3.4-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e30a69cb86795aa149335d1f6bfb94e7c9294fdf56a853022e98e7506c5371d |
|
MD5 | 8edc1ef73b4168f089e86f8ab058aaf2 |
|
BLAKE2b-256 | e4217f790e599a1830d133c18620422db17bf00a59c58c7a18b5c5b5d7c4ba4f |