mirror of https://gitlab.com/bashrc2/epicyon
Donation is a type of payment
parent
d2dd3ab54f
commit
29234e2a6c
|
@ -188,7 +188,8 @@ def set_donation_url(actor_json: {}, donate_url: str) -> None:
|
||||||
new_donate = {
|
new_donate = {
|
||||||
"name": donate_name,
|
"name": donate_name,
|
||||||
"type": "PropertyValue",
|
"type": "PropertyValue",
|
||||||
"value": donate_value
|
"value": donate_value,
|
||||||
|
"rel": "payment"
|
||||||
}
|
}
|
||||||
actor_json['attachment'].append(new_donate)
|
actor_json['attachment'].append(new_donate)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue