removed some unused methods
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user