Fix required field

This commit is contained in:
Raphael Michel
2020-02-05 18:33:40 +01:00
parent e83b8ac218
commit 8a2e4385ff

View File

@@ -310,6 +310,7 @@ class BasePaymentProvider:
('_hidden',
forms.BooleanField(
label=_('Hide payment method'),
required=False,
help_text=_(
'The payment method will not be shown by default but only to people who enter the shop through '
'a special link.'