forked from CGM_Public/pretix_original
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)
|
return self._create_payment(request, payment)
|
||||||
|
|
||||||
def format_price(self, value):
|
def format_price(self, value):
|
||||||
|
|||||||
Reference in New Issue
Block a user