mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-03 15:32:22 +02:00
success_action was not defined, does not appear to be necessary for this
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user