From f455152447a0ef994668095b967360637d93d9fb Mon Sep 17 00:00:00 2001 From: luelista Date: Mon, 31 Mar 2025 12:13:04 +0200 Subject: [PATCH] Show link to stripe payment receipt in backend (Z#23187178) (#4961) * Show link to stripe payment receipt in backend (Z#23187178) * Revert "Show link to stripe payment receipt in backend (Z#23187178)" This reverts commit 4a261ac1aca03908e01c6c6cb3ab17f7f3cab6a4. * Show link to stripe payment receipt in backend payment details (Z#23187178) --- .../stripe/templates/pretixplugins/stripe/control.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html index 5f90f887b..80fa46f8f 100644 --- a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html +++ b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html @@ -84,4 +84,12 @@
{{ payment_info.message }}
{% endif %} + + {% if payment_info.latest_charge.receipt_url %} +

+ + {% trans "Payment receipt" %} + +

+ {% endif %} {% endif %}