mirror of
https://github.com/pretix/pretix.git
synced 2026-07-28 08:45:08 +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',
|
||||
forms.CharField(
|
||||
label=_('Client ID'),
|
||||
max_length=80,
|
||||
min_length=80,
|
||||
help_text=format_html(
|
||||
'<a target="_blank" rel="noopener" href="{docs_url}">{text}</a>',
|
||||
|
||||
Reference in New Issue
Block a user