mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
SatsPay server save custom css settings now working
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user