diff --git a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/control.html b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/control.html index 1270622a72..18e37d8181 100644 --- a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/control.html +++ b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/control.html @@ -23,7 +23,7 @@ {% if payment_info.purchase_units.0.payments %}
{% trans "Capture status" %}
- {% if payment_info.purchase_units.0.payments.captures.0.status_details.reason == "PENDING_REVIEW" %} + {% if payment_info.purchase_units.0.payments.captures.0.status_details.reason in "PENDING_REVIEW, BUYER_COMPLAINT" %} {% endif %} {{ payment_info.purchase_units.0.payments.captures.0.status }}