Add store logo to invoice receipt page (#4435)

This commit is contained in:
Umar Bolatov
2022-12-14 21:49:33 -08:00
committed by GitHub
parent e5c7fc93e2
commit 072c81177f
7 changed files with 47 additions and 28 deletions

View File

@@ -13,6 +13,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string OrderId { get; set; }
public string Currency { get; set; }
public string StoreName { get; set; }
public string StoreLogoFileId { get; set; }
public decimal Amount { get; set; }
public DateTimeOffset Timestamp { get; set; }
public Dictionary<string, object> AdditionalData { get; set; }