fix: invoice dialog

This commit is contained in:
Vlad Stan 2023-07-11 11:19:19 +03:00
parent 9c19dc8ee1
commit d57d63a606
2 changed files with 14 additions and 7 deletions

View file

@ -659,6 +659,13 @@ const market = async () => {
type: 'positive',
message: 'The order has been placed!'
})
this.qrCodeDialog = {
data: {
payment_request: null
},
dismissMsg: null,
show: true
}
pub.on('ok', () => {
this.qrCodeDialog.show = true
})