Move PayPal postfix to end of settings list

This commit is contained in:
Martin Gross
2021-07-05 15:33:01 +02:00
parent 2e29e369f5
commit 9772d43235

View File

@@ -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