Add a plugin API for ticket outputs

This commit is contained in:
Raphael Michel
2015-04-19 18:11:15 +02:00
parent d17bf6a874
commit 8b88878b8d
15 changed files with 423 additions and 74 deletions

View File

@@ -123,6 +123,7 @@ class BasePaymentProvider:
page, this method is called. It may return HTML containing additional information
that is displayed below the form fields configured in ``settings_form_fields``.
"""
pass
@property
def checkout_form_fields(self) -> dict: