Fix: Getting notifications via API would crash

This commit is contained in:
nicolas.dorier
2024-11-14 21:53:37 +09:00
parent 6d737ce119
commit 8e688b7f28
3 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ namespace BTCPayServer.Client.Models
public string Body { get; set; }
public string StoreId { get; set; }
public bool Seen { get; set; }
public Uri Link { get; set; }
public string Link { get; set; }
[JsonConverter(typeof(NBitcoin.JsonConverters.DateTimeToUnixTimeConverter))]
public DateTimeOffset CreatedTime { get; set; }