mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Fix #177 - Allow to change the payment method
This commit is contained in:
@@ -68,6 +68,8 @@ The provider class
|
||||
|
||||
.. automethod:: is_allowed
|
||||
|
||||
.. automethod:: is_allowed_for_order
|
||||
|
||||
.. autoattribute:: payment_form_fields
|
||||
|
||||
.. automethod:: checkout_prepare
|
||||
@@ -86,9 +88,11 @@ The provider class
|
||||
|
||||
This is an abstract method, you **must** override this!
|
||||
|
||||
.. automethod:: order_change_allowed
|
||||
|
||||
.. automethod:: order_can_retry
|
||||
|
||||
.. automethod:: retry_prepare
|
||||
.. automethod:: order_prepare
|
||||
|
||||
.. automethod:: order_paid_render
|
||||
|
||||
|
||||
Reference in New Issue
Block a user