fix: webhook call on invoice pay (#3119)

This commit is contained in:
Vlad Stan
2025-04-28 12:28:27 +03:00
committed by GitHub
parent 56c8783d9a
commit 6c2b312c92
4 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class Payment(BaseModel):
memo: str | None = None
expiry: datetime | None = None
webhook: str | None = None
webhook_status: int | None = None
webhook_status: str | None = None
preimage: str | None = None
tag: str | None = None
extension: str | None = None