forked from CGM_Public/pretix_original
Fix PayPal2 payment creation for free cart (#5415)
This commit is contained in:
committed by
GitHub
parent
f3b6627e63
commit
b7803565d6
@@ -565,7 +565,7 @@ class PaypalMethod(BasePaymentProvider):
|
||||
)
|
||||
request.session['payment_paypal_payment'] = None
|
||||
else:
|
||||
pass
|
||||
return None
|
||||
|
||||
try:
|
||||
paymentreq = OrdersCreateRequest()
|
||||
|
||||
Reference in New Issue
Block a user