From 9772d4323572fa5d7c47351f61b0c5a9da79f398 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Mon, 5 Jul 2021 15:33:01 +0200 Subject: [PATCH] Move PayPal postfix to end of settings list --- src/pretix/plugins/paypal/payment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/plugins/paypal/payment.py b/src/pretix/plugins/paypal/payment.py index 67392ec15f..3d9cf86a1d 100644 --- a/src/pretix/plugins/paypal/payment.py +++ b/src/pretix/plugins/paypal/payment.py @@ -156,6 +156,7 @@ class Paypal(BasePaymentProvider): ) d.move_to_end('prefix') + d.move_to_end('postfix') d.move_to_end('_enabled', False) return d