mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Stripe: Optional support for Stripe checkout
This commit is contained in:
@@ -234,6 +234,7 @@ class PaymentStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
||||
providers.append({
|
||||
'provider': provider,
|
||||
'fee': fee,
|
||||
'total': self._total_order_value + fee,
|
||||
'form': provider.payment_form_render(self.request)
|
||||
})
|
||||
return providers
|
||||
|
||||
Reference in New Issue
Block a user