mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Proper support for required fields in payment provider settings
Closes #22
This commit is contained in:
@@ -91,6 +91,9 @@ class BasePaymentProvider:
|
||||
))
|
||||
]
|
||||
)
|
||||
|
||||
.. WARNING:: It is highly discouraged to alter the ``_enabled`` field of the default
|
||||
implementation.
|
||||
"""
|
||||
return OrderedDict([
|
||||
('_enabled',
|
||||
|
||||
Reference in New Issue
Block a user