Re-order plugin tutorials

This commit is contained in:
Raphael Michel
2016-07-31 13:37:51 +02:00
parent eab356da53
commit 31ed5876df
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Writing a ticket output plugin
A ticket output is a method to offer a ticket (an order) for the user to download.
In this document, we will walk through the creation of a ticket output plugin. This
is very similar to creating a payment provider.
is very similar to creating an export output.
Please read :ref:`Creating a plugin <pluginsetup>` first, if you haven't already.