redirect to order page
This commit is contained in:
@@ -425,6 +425,9 @@
|
|||||||
clearInterval(this.qrCodeDialog.paymentChecker)
|
clearInterval(this.qrCodeDialog.paymentChecker)
|
||||||
this.resetCart()
|
this.resetCart()
|
||||||
this.closeQrCodeDialog()
|
this.closeQrCodeDialog()
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.href = `/diagonalley/order/?merch=${this.stall.id}&invoice_id=${this.qrCodeDialog.data.payment_hash}`
|
||||||
|
}, 5000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|||||||
Reference in New Issue
Block a user