forked from CGM_Public/pretix_original
Render payment info on 'Confirm' page
This commit is contained in:
@@ -252,6 +252,7 @@ class OrderConfirm(EventViewMixin, CartDisplayMixin, EventLoginRequiredMixin, Ch
|
||||
def get_context_data(self, **kwargs):
|
||||
ctx = super().get_context_data(**kwargs)
|
||||
ctx['cart'] = self.get_cart()
|
||||
ctx['payment'] = self.payment_provider.checkout_confirm_render(self.request)
|
||||
return ctx
|
||||
|
||||
@cached_property
|
||||
|
||||
Reference in New Issue
Block a user