mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Add store logo to invoice receipt page (#4435)
This commit is contained in:
@@ -215,6 +215,7 @@ namespace BTCPayServer.Controllers
|
||||
return View(new InvoiceReceiptViewModel
|
||||
{
|
||||
StoreName = store.StoreName,
|
||||
StoreLogoFileId = store.GetStoreBlob().LogoFileId,
|
||||
Status = i.Status.ToModernStatus(),
|
||||
Amount = payments.Sum(p => p!.Paid),
|
||||
Currency = i.Currency,
|
||||
|
||||
Reference in New Issue
Block a user