mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
success_action was not defined, does not appear to be necessary for this
This commit is contained in:
parent
82904e509d
commit
7baec1de15
@ -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…
Reference in New Issue
Block a user