Refs #33 -- Added UI and Stripe support for retrying failed payments

This commit is contained in:
Raphael Michel
2015-06-25 15:49:14 +02:00
parent 224eaeee48
commit f04c43abdc
14 changed files with 287 additions and 57 deletions

View File

@@ -62,23 +62,23 @@ The provider class
.. automethod:: settings_content_render
.. automethod:: checkout_form_render
.. automethod:: payment_form_render
.. automethod:: checkout_form
.. automethod:: payment_form
.. automethod:: is_allowed
.. autoattribute:: checkout_form_fields
.. autoattribute:: payment_form_fields
.. automethod:: checkout_prepare
.. automethod:: checkout_is_valid_session
.. automethod:: payment_is_valid_session
.. automethod:: checkout_confirm_render
This is an abstract method, you **must** override this!
.. automethod:: checkout_perform
.. automethod:: payment_perform
.. automethod:: order_pending_mail_render
@@ -86,6 +86,10 @@ The provider class
This is an abstract method, you **must** override this!
.. automethod:: order_can_retry
.. automethod:: retry_prepare
.. automethod:: order_paid_render
.. automethod:: order_control_render