mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Merge remote-tracking branch 'origin/master' into cross-selling
# Conflicts: # src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html
This commit is contained in:
@@ -1300,6 +1300,7 @@ class PaymentStep(CartMixin, TemplateFlowStep):
|
||||
|
||||
def post(self, request):
|
||||
self.request = request
|
||||
self.request.pci_dss_payment_page = True
|
||||
|
||||
if "remove_payment" in request.POST:
|
||||
self._remove_payment(request.POST["remove_payment"])
|
||||
@@ -1464,6 +1465,10 @@ class PaymentStep(CartMixin, TemplateFlowStep):
|
||||
|
||||
return True
|
||||
|
||||
def get(self, request):
|
||||
self.request.pci_dss_payment_page = True
|
||||
return super().get(request)
|
||||
|
||||
|
||||
class ConfirmStep(CartMixin, AsyncAction, TemplateFlowStep):
|
||||
priority = 1001
|
||||
|
||||
Reference in New Issue
Block a user