Skip to content

Commit

Permalink
show payment expired with default alert box
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzkk committed Oct 19, 2023
1 parent 07ec210 commit caad3c3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@

function hideQrInfoAndShowPaymentExpired() {
const element = document.getElementById('qr-info')
element.innerHTML = 'Payment Expired.'
element.innerHTML = `<div class="messages">
<div class="message-warning warning message">
<span>Payment Expired.</span>
</div>
</div>`
}

function updateCountdown() {
Expand Down

0 comments on commit caad3c3

Please sign in to comment.