Add presets in the checkout appearance (#4756)

This commit is contained in:
Nicolas Dorier
2023-04-04 10:45:40 +09:00
committed by GitHub
parent eece001376
commit 60cfea9f94
18 changed files with 123 additions and 42 deletions

View File

@@ -793,6 +793,8 @@ namespace BTCPayServer.Controllers
OrderId = invoice.Metadata.OrderId,
InvoiceId = invoice.Id,
DefaultLang = lang ?? invoice.DefaultLanguage ?? storeBlob.DefaultLang ?? "en",
ShowPayInWalletButton = storeBlob.ShowPayInWalletButton,
ShowStoreHeader = storeBlob.ShowStoreHeader,
CustomCSSLink = storeBlob.CustomCSS,
CustomLogoLink = storeBlob.CustomLogo,
LogoFileId = storeBlob.LogoFileId,