diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 4caa07e..7a4f332 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -216,7 +216,7 @@ <%= 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') { %> @@ -265,6 +265,17 @@