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:
LilaHexe
2026-07-28 09:13:45 +02:00
committed by GitHub
co-authored by Raphael Michel
parent e88b539375
commit a696c493e2
-1
View File
@@ -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>',