Files
lnbits/lnbits/extensions/TwitchAlerts/crud.py
T
Fitti 2dded1b585 Get basic working endpoints
This is a setup that works specifically with a
hardcoded test wallet
2021-06-22 09:55:58 +02:00

10 lines
272 B
Python

async def get_charge_details(service):
details = {
"user": "8ee4d2d2b788467ebbab172ed3d50aaa",
"description": "Testing",
"lnbitswallet": "e1e7c4f4f86a4905ab413f96fb78aabc",
"time": 1440,
"amount": 1
}
return details