mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-21 14:04:25 +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: {
|
||||
// cancelPayment: function () {
|
||||
// this.paymentReq = null
|
||||
//
|
||||
// if (this.paymentDialog.dismissMsg) {
|
||||
// this.paymentDialog.dismissMsg()
|
||||
// }
|
||||
// },
|
||||
// closeReceiveDialog() {},
|
||||
payForSong(song_id, name, artist, image) {
|
||||
self = this
|
||||
self.receive.name = name
|
||||
|
@ -272,8 +264,6 @@
|
|||
.catch(err => {
|
||||
LNbits.utils.notifyApiError(err)
|
||||
})
|
||||
|
||||
// this.startPaymentNotifier()
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue