diff --git a/templates/portal_invoice_detail.html b/templates/portal_invoice_detail.html index 490ca78..b12e22d 100644 --- a/templates/portal_invoice_detail.html +++ b/templates/portal_invoice_detail.html @@ -307,17 +307,7 @@ {% endif %} - {% if pending_crypto_payment and pending_crypto_payment.txid %} -
-
--:--
-
Watching transaction / waiting for confirmation
-
- {% else %} -
-
--:--
-
Quote protected while you open wallet
-
- {% endif %} + {% else %} @@ -430,21 +420,11 @@ bindCountdown("lockTimerValue", "lockTimerLabel", lockTimer.dataset.expiry, "price has expired - please refresh your quote to update", "#walletPayButton"); } - const lockTimerSide = document.getElementById("lockTimerSideValue"); - if (lockTimerSide && lockTimerSide.dataset.expiry) { - bindCountdown("lockTimerSideValue", "lockTimerSideLabel", lockTimerSide.dataset.expiry, "price has expired - please refresh your quote to update", "#walletPayButton"); - } - const processingTimer = document.getElementById("processingTimerValue"); if (processingTimer && processingTimer.dataset.expiry) { bindCountdown("processingTimerValue", "processingTimerLabel", processingTimer.dataset.expiry, "price has expired - please refresh your quote to update", null); } - const processingTimerSide = document.getElementById("processingTimerSideValue"); - if (processingTimerSide && processingTimerSide.dataset.expiry) { - bindCountdown("processingTimerSideValue", "processingTimerSideLabel", processingTimerSide.dataset.expiry, "price has expired - please refresh your quote to update", null); - } - function toHexBigIntFromDecimal(amountText, decimals) { const text = String(amountText || "0"); const parts = text.split("."); @@ -672,7 +652,7 @@ Reference: ${invoiceRef}`;