Add wallet plugins stub

This commit is contained in:
Kara Engelhardt
2026-07-28 11:30:49 +02:00
parent 5c98dc16b7
commit b8a33bd629
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):