Skip to main content

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

  1. Make sure that you have a working pretix development setup.

  2. Clone this repository.

  3. Activate the virtual environment you use for pretix development.

  4. Execute pip install -e . within this directory to register this application with pretix’s plugin registry.

  5. Execute make within this directory to compile translations.

  6. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pretix_payone-1.3.4.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

pretix_payone-1.3.4-py3-none-any.whl (43.7 kB view details)

Uploaded Python 3

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

Hashes for pretix_payone-1.3.4.tar.gz
Algorithm Hash digest
SHA256 3cc273d7b78f478a974784bb479f47fb0c125330d2257ed36515a7ece0a5bb14
MD5 db3674d40d40652205120ff2d91581fe
BLAKE2b-256 b368791da760e825739483a3c9c8a9db17944ee4793fc03fd203519dc1b4c801

See more details on using hashes here.

File details

Details for the file pretix_payone-1.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pretix_payone-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1e30a69cb86795aa149335d1f6bfb94e7c9294fdf56a853022e98e7506c5371d
MD5 8edc1ef73b4168f089e86f8ab058aaf2
BLAKE2b-256 e4217f790e599a1830d133c18620422db17bf00a59c58c7a18b5c5b5d7c4ba4f

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