From ca24fec9e5499c4debc8d363df7b787c19bb1665 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 19 Mar 2026 18:10:55 +0400 Subject: [PATCH] update: received payment screen --- apps/web/src/views/checkout.ejs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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') { %>