This commit is contained in:
Arc 2024-11-18 22:45:33 +00:00
parent 08dad16611
commit 911aabd7d7
4 changed files with 31 additions and 54 deletions

View file

@ -44,7 +44,6 @@ async def on_invoice_paid(payment: Payment) -> None:
# here we could send some data to a websocket on
# wss://<your-lnbits>/api/v1/ws/<myextension_id> and then listen to it on
# the frontend, which we do with index.html connectWebocket()
some_payment_data = {
"name": myextension.name,