fix: show completelink in the absence of webhook
This commit is contained in:
parent
5fc0910f6a
commit
10ceac696b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue