mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
removed some unused methods
This commit is contained in:
parent
26cf51c11c
commit
8d7dae5ba7
1 changed files with 0 additions and 10 deletions
|
@ -134,14 +134,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// cancelPayment: function () {
|
|
||||||
// this.paymentReq = null
|
|
||||||
//
|
|
||||||
// if (this.paymentDialog.dismissMsg) {
|
|
||||||
// this.paymentDialog.dismissMsg()
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// closeReceiveDialog() {},
|
|
||||||
payForSong(song_id, name, artist, image) {
|
payForSong(song_id, name, artist, image) {
|
||||||
self = this
|
self = this
|
||||||
self.receive.name = name
|
self.receive.name = name
|
||||||
|
@ -272,8 +264,6 @@
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
LNbits.utils.notifyApiError(err)
|
LNbits.utils.notifyApiError(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
// this.startPaymentNotifier()
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue