mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
payment webhook set to false exernal
This commit is contained in:
parent
a0001a015a
commit
05317eb5d6
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ async def lnurl_callback(cp_id):
|
|||
copilot_id=cp_id,
|
||||
amount=int(amount_received / 1000),
|
||||
comment=comment,
|
||||
_external=True,
|
||||
_external=False,
|
||||
))[:-1],
|
||||
description_hash=hashlib.sha256(
|
||||
(
|
||||
|
@ -97,7 +97,7 @@ async def lnurl_callback(cp_id):
|
|||
copilot_id=cp_id,
|
||||
amount=int(amount_received / 1000),
|
||||
comment=comment,
|
||||
_external=True,
|
||||
_external=False,
|
||||
))[:-1]
|
||||
)
|
||||
return jsonify(resp.dict())
|
||||
|
|
Loading…
Add table
Reference in a new issue