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