forked from CGM_Public/pretix_original
Make stripe refund call optional, add request parameter to order_control_refund_render
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
{% endblocktrans %}
|
||||
</a>
|
||||
</h1>
|
||||
<p>{% blocktrans trimmed %}
|
||||
Do you really want to refund this order? You cannot revert this action.
|
||||
{% endblocktrans %}</p>
|
||||
|
||||
{{ payment|safe }}
|
||||
|
||||
<form method="post" href="">
|
||||
<p>{% blocktrans trimmed %}
|
||||
Do you really want to refund this order? You cannot revert this action.
|
||||
{% endblocktrans %}</p>
|
||||
|
||||
{{ payment|safe }}
|
||||
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="status" value="r" />
|
||||
<div class="row checkout-button-row">
|
||||
|
||||
Reference in New Issue
Block a user