forked from CGM_Public/pretix_original
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