We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f96690 commit d9e673eCopy full SHA for d9e673e
1 file changed
pyfunceble_webworker/models/links.py
@@ -70,16 +70,6 @@ class SupportURL(BaseModel):
70
title="GitHub Sponsort",
71
description="Sponsor @funilrys on GitHub!",
72
)
73
- paypal: HttpUrl = Body(
74
- "https://paypal.me/funilrys",
75
- title="Paypal Donation",
76
- description="Make a one time donation to @funilrys on PayPal!",
77
- )
78
- kofi: HttpUrl = Body(
79
- "https://ko-fi.com/V7V3EH2Y",
80
- title="Ko-Fi",
81
- description="Support @funilrys on Ko-Fi!",
82
83
84
85
class ProjectsURL(BaseModel):
0 commit comments