Add wallet plugins stub

This commit is contained in:
Kara Engelhardt
2026-03-12 09:50:27 +01:00
parent 3df5b1d075
commit affb32c513
9 changed files with 164 additions and 2 deletions

View File

@@ -945,7 +945,7 @@ class TaxSettingsForm(EventSettingsValidationMixin, SettingsForm):
class ProviderForm(SettingsForm):
"""
This is a SettingsForm, but if fields are set to required=True, validation
errors are only raised if the payment method is enabled.
errors are only raised if the provider is enabled.
"""
def __init__(self, *args, **kwargs):