mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 20:42:32 +02:00
fix: show completelink
in the absence of webhook
This commit is contained in:
@@ -24,6 +24,7 @@ def public_charge(charge: Charges):
|
|||||||
|
|
||||||
if charge.paid:
|
if charge.paid:
|
||||||
c["completelink"] = charge.completelink
|
c["completelink"] = charge.completelink
|
||||||
|
c["completelinktext"] = charge.completelinktext
|
||||||
|
|
||||||
return c
|
return c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user