mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Removed CleanerVersion layer [backwards-incompatible!]
This commit is contained in:
@@ -168,7 +168,6 @@ class Paypal(BasePaymentProvider):
|
||||
if payment.state == 'pending':
|
||||
messages.warning(request, _('PayPal has not yet approved the payment. We will inform you as soon as the '
|
||||
'payment completed.'))
|
||||
order = order.clone()
|
||||
order.payment_info = json.dumps(payment.to_dict())
|
||||
order.save()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user