fix: stop trying to process payment more than once
All checks were successful
Build Docker / Build Image (push) Successful in 25s

This commit is contained in:
2024-02-14 23:02:23 +11:00
parent 607e11f8ec
commit ca5e54449c
3 changed files with 37 additions and 3 deletions

View File

@@ -49,7 +49,9 @@
</div>
</section>
<section>
<div>{{payments|safe}}</div>
<div>
<h1 class="text-center">Payment History</h1>{{payments|safe}}
</div>
</section>
<footer class="bg-dark">
<div class="container py-4 py-lg-5">