mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
PayPal: Fix critical bug leading to wrong order being paid in a rare session constellation
This commit is contained in:
@@ -256,7 +256,7 @@ class Paypal(BasePaymentProvider):
|
||||
}
|
||||
]
|
||||
})
|
||||
request.session['payment_paypal_order'] = None
|
||||
request.session['payment_paypal_payment'] = None
|
||||
return self._create_payment(request, payment)
|
||||
|
||||
def format_price(self, value):
|
||||
|
||||
Reference in New Issue
Block a user