mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
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 4a261ac1ac.
* Show link to stripe payment receipt in backend payment details (Z#23187178)
This commit is contained in:
@@ -84,4 +84,12 @@
|
||||
<dd>{{ payment_info.message }}</dd>
|
||||
{% endif %}
|
||||
</dl>
|
||||
|
||||
{% if payment_info.latest_charge.receipt_url %}
|
||||
<p>
|
||||
<a href="{{ payment_info.latest_charge.receipt_url }}" target="_blank">
|
||||
<span class="fa fa-file-text"></span> {% trans "Payment receipt" %}
|
||||
</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user