diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index e865911..ffff901 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -102,10 +102,7 @@
<% if (inv.status === 'confirming') { %> - -
- -
+ <% } else if (inv.status !== 'paid') { %>
@@ -162,12 +159,13 @@
<% } else if (inv.status === 'confirming') { %> -
- - Transaction received, waiting for 1 confirmation... +
+
+

Payment received

+

Waiting for 1 network confirmation...

<% if (inv.address) { %> - View on block explorer → + View on block explorer → <% } %> <% } else if (inv.status === 'paid') { %>