Fix #177 - Allow to change the payment method

This commit is contained in:
Raphael Michel
2016-08-31 19:54:45 +02:00
parent b21ed4d99f
commit 022e02d913
8 changed files with 209 additions and 11 deletions
+5 -1
View File
@@ -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