patx/projectpay
update payment confirm message
Commit 4e890af · patx · 2026-06-28T15:57:36-04:00
Comments
No comments yet.
Diff
diff --git a/templates/public_project.html b/templates/public_project.html
index c9ad1b9..762a561 100644
--- a/templates/public_project.html
+++ b/templates/public_project.html
@@ -15,7 +15,7 @@
</div>
{% if checkout_state == "return" %}
- <div class="alert info">Payment is pending webhook confirmation.</div>
+ <div class="alert ok">Thank you for your payment!</div>
{% elif checkout_state == "cancel" %}
<div class="alert info">Checkout was canceled.</div>
{% endif %}