SatsPay server save custom css settings now working

This commit is contained in:
Black Coffee
2022-10-24 15:33:49 +01:00
committed by dni ⚡
parent 2b67169512
commit a63ec981f1
5 changed files with 132 additions and 3 deletions

View File

@@ -72,3 +72,5 @@ class Charges(BaseModel):
def must_call_webhook(self):
return self.webhook and self.paid and self.config.webhook_success == False
class SatsPaySettings(BaseModel):
custom_css: str = Query(None)