mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
@@ -134,6 +134,9 @@ namespace BTCPayServer.Services.Apps
|
||||
perks = newPerksOrder.ToArray();
|
||||
}
|
||||
|
||||
var store = appData.StoreData;
|
||||
var storeBlob = store.GetStoreBlob();
|
||||
|
||||
return new ViewCrowdfundViewModel
|
||||
{
|
||||
Title = settings.Title,
|
||||
@@ -142,6 +145,10 @@ namespace BTCPayServer.Services.Apps
|
||||
CustomCSSLink = settings.CustomCSSLink,
|
||||
MainImageUrl = settings.MainImageUrl,
|
||||
EmbeddedCSS = settings.EmbeddedCSS,
|
||||
StoreName = store.StoreName,
|
||||
CssFileId = storeBlob.CssFileId,
|
||||
LogoFileId = storeBlob.LogoFileId,
|
||||
BrandColor = storeBlob.BrandColor,
|
||||
StoreId = appData.StoreDataId,
|
||||
AppId = appData.Id,
|
||||
StartDate = settings.StartDate?.ToUniversalTime(),
|
||||
|
||||
Reference in New Issue
Block a user