This commit is contained in:
parent
29ae4ef77e
commit
7be1859c94
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ async def lnurl_response(
|
||||||
pin=decryptedPin,
|
pin=decryptedPin,
|
||||||
payhash="payment_hash",
|
payhash="payment_hash",
|
||||||
)
|
)
|
||||||
|
print(price_msat)
|
||||||
if not lnurlpospayment:
|
if not lnurlpospayment:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=HTTPStatus.FORBIDDEN, detail="Could not create payment"
|
status_code=HTTPStatus.FORBIDDEN, detail="Could not create payment"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue