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,
|
copilot_id=cp_id,
|
||||||
amount=int(amount_received / 1000),
|
amount=int(amount_received / 1000),
|
||||||
comment=comment,
|
comment=comment,
|
||||||
_external=True,
|
_external=False,
|
||||||
))[:-1],
|
))[:-1],
|
||||||
description_hash=hashlib.sha256(
|
description_hash=hashlib.sha256(
|
||||||
(
|
(
|
||||||
|
|
@ -97,7 +97,7 @@ async def lnurl_callback(cp_id):
|
||||||
copilot_id=cp_id,
|
copilot_id=cp_id,
|
||||||
amount=int(amount_received / 1000),
|
amount=int(amount_received / 1000),
|
||||||
comment=comment,
|
comment=comment,
|
||||||
_external=True,
|
_external=False,
|
||||||
))[:-1]
|
))[:-1]
|
||||||
)
|
)
|
||||||
return jsonify(resp.dict())
|
return jsonify(resp.dict())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue