mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 15:10:41 +01:00
redirect to order page
This commit is contained in:
parent
02d8d4ca4a
commit
4dcb8d2ca0
1 changed files with 3 additions and 0 deletions
|
@ -425,6 +425,9 @@
|
|||
clearInterval(this.qrCodeDialog.paymentChecker)
|
||||
this.resetCart()
|
||||
this.closeQrCodeDialog()
|
||||
setTimeout(() => {
|
||||
window.location.href = `/diagonalley/order/?merch=${this.stall.id}&invoice_id=${this.qrCodeDialog.data.payment_hash}`
|
||||
}, 5000)
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
|
Loading…
Add table
Reference in a new issue