diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 1b08d58..457ab56 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -167,11 +167,15 @@ <% } else if (inv.status === 'paid') { %> -
- - Payment confirmed! +
+
- Back to settings +

Payment confirmed

+

Your plan has been activated.

+ Back to settings + <% if (inv.address) { %> + View on block explorer → + <% } %> <% } else if (inv.status === 'expired') { %>