update: payment link

This commit is contained in:
2026-03-19 12:55:20 +04:00
parent 9cf70ab8dd
commit a7f56c69d3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
<% } else if (inv.status !== 'paid') { %>
<!-- QR -->
<div>
<img src="<%= inv.qr_url %>" alt="QR Code" class="w-48 h-48 mx-auto rounded-lg bg-white p-2" id="pay-qr">
<a href="<%= inv.pay_uri %>"><img src="<%= inv.qr_url %>" alt="QR Code" class="w-48 h-48 mx-auto rounded-lg bg-white p-2" id="pay-qr"></a>
</div>
<% } %>