mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
fix: show completelink
in the absence of webhook
This commit is contained in:
parent
92bb0979d2
commit
44759d23ae
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ def public_charge(charge: Charges):
|
|||
|
||||
if charge.paid:
|
||||
c["completelink"] = charge.completelink
|
||||
c["completelinktext"] = charge.completelinktext
|
||||
|
||||
return c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue