Fix required field

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

View File

@@ -324,6 +324,7 @@ class BasePaymentProvider:
'data-display-dependency': '#id_%s_hidden' % self.settings.get_prefix(),
'value': hidden_url,
}),
required=False,
initial=hidden_url,
help_text=_(
'Share this link with customers who should use this payment method.'