success_action was not defined, does not appear to be necessary for this
This commit is contained in:
parent
82904e509d
commit
7baec1de15
1 changed files with 1 additions and 1 deletions
|
|
@ -199,6 +199,6 @@ async def lnurlp_callback(
|
||||||
extra={"refund": hit_id},
|
extra={"refund": hit_id},
|
||||||
)
|
)
|
||||||
|
|
||||||
payResponse = {"pr": payment_request, "successAction": success_action, "routes": []}
|
payResponse = {"pr": payment_request, "routes": []}
|
||||||
|
|
||||||
return json.dumps(payResponse)
|
return json.dumps(payResponse)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue