Working on withdraw

This commit is contained in:
benarc 2024-01-22 13:34:48 +00:00
parent d90babebc8
commit 7c0e227fd1
7 changed files with 55 additions and 61 deletions

View file

@ -419,6 +419,7 @@
openUrlDialog(id) {
this.urlDialog.data = _.findWhere(this.temps, {id})
this.qrValue = this.urlDialog.data.lnurlpay
console.log(this.urlDialog.data.id)
this.connectWebocket(this.urlDialog.data.id)
this.urlDialog.show = true
},