Fix PayPal2 payment creation for free cart

This commit is contained in:
Richard Schreiber
2025-09-01 09:14:41 +02:00
parent d23735b1a6
commit 4844353082
+1 -1
View File
@@ -565,7 +565,7 @@ class PaypalMethod(BasePaymentProvider):
)
request.session['payment_paypal_payment'] = None
else:
pass
return None
try:
paymentreq = OrdersCreateRequest()