mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Pending display
This commit is contained in:
@@ -531,7 +531,7 @@ class PaymentStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
||||
|
||||
def post(self, request):
|
||||
self.request = request
|
||||
if request.POST.get("giftcard"):
|
||||
if request.POST.get("giftcard") and request.POST.get("payment") == "giftcard":
|
||||
# TODO: cross-organizer acceptance, …
|
||||
try:
|
||||
gc = GiftCard.objects.get(
|
||||
|
||||
Reference in New Issue
Block a user