mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
commit
537a243989
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@ async def lnurl_response(
|
|||
) * 1000
|
||||
|
||||
lnurlpospayment = await create_lnurlpospayment(
|
||||
posid=pos.id, payload=payload, sats=price_msat, pin=decryptedPin
|
||||
posid=pos.id,
|
||||
payload=payload,
|
||||
sats=price_msat,
|
||||
pin=decryptedPin,
|
||||
payhash="payment_hash",
|
||||
)
|
||||
if not lnurlpospayment:
|
||||
raise HTTPException(
|
||||
|
|
Loading…
Add table
Reference in a new issue