Stripe: Refund webhook implemented (#32)

This commit is contained in:
Raphael Michel
2015-04-16 10:18:49 +02:00
parent d981998a40
commit 1532b3f1ee
7 changed files with 91 additions and 2 deletions

View File

@@ -117,6 +117,13 @@ class BasePaymentProvider:
)),
])
def settings_content_render(self, request: HttpRequest) -> str:
"""
When the event's administrator administrator visits the event configuration
page, this method is called. It may return HTML containing additional information
that is displayed below the form fields configured in ``settings_form_fields``.
"""
@property
def checkout_form_fields(self) -> dict:
"""