From d1c96aa77c6b39e3de5661e3fb1ae0f4ec0d91f0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 12 Jun 2020 13:14:05 +0200 Subject: [PATCH] PayPal: Remove unused session key --- src/pretix/plugins/paypal/payment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/plugins/paypal/payment.py b/src/pretix/plugins/paypal/payment.py index 4027f6c234..fe87686e52 100644 --- a/src/pretix/plugins/paypal/payment.py +++ b/src/pretix/plugins/paypal/payment.py @@ -575,7 +575,6 @@ class Paypal(BasePaymentProvider): } ] }) - request.session['payment_paypal_order'] = payment_obj.order.pk request.session['payment_paypal_payment'] = payment_obj.pk return self._create_payment(request, payment)