diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 457ab56..2b23bf2 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -112,7 +112,7 @@ <% } %> - <% if (inv.status !== 'paid' && inv.status !== 'expired') { %> + <% if (inv.status === 'pending' || inv.status === 'underpaid') { %>
<%= received > 0 && remaining > 0 ? remaining.toFixed(8) : inv.amount_crypto %>
@@ -165,6 +165,9 @@ Transaction received, waiting for 1 confirmation...
+ <% if (inv.address) { %> + View on block explorer → + <% } %> <% } else if (inv.status === 'paid') { %>