fix: record payment ref immediately; show it on admin request page
This commit is contained in:
parent
109ac6c0b2
commit
0aa3eab084
2 changed files with 8 additions and 2 deletions
|
|
@ -279,6 +279,9 @@
|
|||
<span class="status-badge missing">❌ Not sent yet</span>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if req.square_payment_ref %}
|
||||
<p><strong>Square Payment Reference:</strong> {{ req.square_payment_ref }}</p>
|
||||
{% endif %}
|
||||
<form method="POST">
|
||||
<input type="hidden" name="action" value="mark_paid_deliver">
|
||||
|
||||
|
|
|
|||
Reference in a new issue