mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
commit
537a243989
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@ async def lnurl_response(
|
||||||
) * 1000
|
) * 1000
|
||||||
|
|
||||||
lnurlpospayment = await create_lnurlpospayment(
|
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:
|
if not lnurlpospayment:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
|
|
Loading…
Add table
Reference in a new issue