mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Add a plugin API for ticket outputs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user