mirror of
https://github.com/pretix/pretix.git
synced 2026-08-20 12:26:27 +00:00
Re-order plugin tutorials
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
Writing a payment provider plugin
|
||||
=================================
|
||||
|
||||
In this document, we will walk through the creation of a payment provider plugin.
|
||||
In this document, we will walk through the creation of a payment provider plugin. This
|
||||
is very similar to creating an export output.
|
||||
|
||||
Please read :ref:`Creating a plugin <pluginsetup>` first, if you haven't already.
|
||||
|
||||
@@ -101,6 +102,8 @@ The provider class
|
||||
Additional views
|
||||
----------------
|
||||
|
||||
See also: :ref:`customview`.
|
||||
|
||||
For most simple payment providers it is more than sufficient to implement
|
||||
some of the :py:class:`BasePaymentProvider` methods. However, in some cases
|
||||
it is necessary to introduce additional views. One example is the PayPal
|
||||
|
||||
Reference in New Issue
Block a user