mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
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},
|
||||
)
|
||||
|
||||
payResponse = {"pr": payment_request, "successAction": success_action, "routes": []}
|
||||
payResponse = {"pr": payment_request, "routes": []}
|
||||
|
||||
return json.dumps(payResponse)
|
||||
|
|
Loading…
Add table
Reference in a new issue