From a696c493e2fb68aa256c021d0d70e050666a23e2 Mon Sep 17 00:00:00 2001 From: LilaHexe <144436900+LilaHexe0@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:13:45 +0000 Subject: [PATCH] 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 --------- Co-authored-by: Raphael Michel --- src/pretix/plugins/paypal/payment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/plugins/paypal/payment.py b/src/pretix/plugins/paypal/payment.py index caea843c01..2c8eb82658 100644 --- a/src/pretix/plugins/paypal/payment.py +++ b/src/pretix/plugins/paypal/payment.py @@ -111,7 +111,6 @@ class Paypal(BasePaymentProvider): ('client_id', forms.CharField( label=_('Client ID'), - max_length=80, min_length=80, help_text=format_html( '{text}',