diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index ebac70a..19b2f5a 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -23,10 +23,10 @@ .coin-radio:checked + label { border-color: rgb(59 130 246); } -
+
← Back to settings -

Upgrade Plan

+

Upgrade Plan

<% if (!invoice) { %> @@ -149,40 +149,39 @@ <% } %> -
+
-
+
<%= invPlanLabel %> - <% if (inv.months) { %><%= inv.months %>mo<% } %> + <% if (inv.months) { %><%= inv.months %>mo<% } %>
$<%= Number(inv.amount_usd).toFixed(2) %>
<% if (inv.status === 'pending' || inv.status === 'underpaid') { %> -
+
-
- QR Code + QR Code - - + + Open in wallet
-
Send exactly
+
Send exactly
- <%= received > 0 && remaining > 0 ? remaining.toFixed(8) : inv.amount_crypto %> - <%= inv.coin_ticker %> + <%= received > 0 && remaining > 0 ? remaining.toFixed(8) : inv.amount_crypto %> + <%= inv.coin_ticker %>
@@ -192,7 +191,7 @@
-
+
<%= received.toFixed(8) %> received <%= remaining.toFixed(8) %> left
@@ -201,22 +200,22 @@
-
- Address - +
+ Address +
- <%= inv.address %> + <%= inv.address %>
-
+
- <%= inv.status === 'underpaid' ? 'Underpaid, send the rest' : 'Waiting for payment' %> + <%= inv.status === 'underpaid' ? 'Underpaid, send the rest' : 'Waiting for payment' %>
- <%= mins %>:<%= String(secs).padStart(2, '0') %> + <%= mins %>:<%= String(secs).padStart(2, '0') %>
<% } else if (inv.status === 'confirming') { %>