mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Move PayPal postfix to end of settings list
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user