Add wallet plugins stub

This commit is contained in:
Kara Engelhardt
2026-08-11 09:54:14 +02:00
parent f25c233e91
commit cf06596597
9 changed files with 164 additions and 2 deletions
+1 -1
View File
@@ -951,7 +951,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):