mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
PayPal: Drop maximum length of client ID (#6424)
* Update PayPal max_length to 82 characters * Apply suggestions from code review Co-authored-by: Raphael Michel <mail@raphaelmichel.de> --------- Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
co-authored by
Raphael Michel
parent
e88b539375
commit
a696c493e2
@@ -111,7 +111,6 @@ class Paypal(BasePaymentProvider):
|
|||||||
('client_id',
|
('client_id',
|
||||||
forms.CharField(
|
forms.CharField(
|
||||||
label=_('Client ID'),
|
label=_('Client ID'),
|
||||||
max_length=80,
|
|
||||||
min_length=80,
|
min_length=80,
|
||||||
help_text=format_html(
|
help_text=format_html(
|
||||||
'<a target="_blank" rel="noopener" href="{docs_url}">{text}</a>',
|
'<a target="_blank" rel="noopener" href="{docs_url}">{text}</a>',
|
||||||
|
|||||||
Reference in New Issue
Block a user