forked from CGM_Public/pretix_original
Fixed payment and ticketoutput enable/disable switches and their
implications
This commit is contained in:
@@ -98,10 +98,9 @@ class BasePaymentProvider:
|
||||
"""
|
||||
return OrderedDict([
|
||||
('_enabled',
|
||||
forms.ChoiceField(
|
||||
forms.BooleanField(
|
||||
label=_('Enable payment method'),
|
||||
required=False,
|
||||
choices=SettingsForm.BOOL_CHOICES,
|
||||
)),
|
||||
('_fee_abs',
|
||||
forms.DecimalField(
|
||||
|
||||
Reference in New Issue
Block a user