Allowing custom HtmlTitle

Fix #96
This commit is contained in:
rockstardev
2018-05-03 16:51:04 -05:00
parent 674cd1486d
commit 0a449e1e8e
7 changed files with 15 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ namespace BTCPayServer.Controllers
OrderId = invoice.OrderId,
InvoiceId = invoice.Id,
DefaultLang = storeBlob.DefaultLang ?? "en-US",
HtmlTitle = storeBlob.HtmlTitle ?? "BTCPay Invoice",
CustomCSSLink = storeBlob.CustomCSS?.AbsoluteUri,
CustomLogoLink = storeBlob.CustomLogo?.AbsoluteUri,
BtcAddress = paymentMethodDetails.GetPaymentDestination(),