Add description and embedded css to POS (#970)

* Add description and embedded css to POS

* wrap embedded css props in <style> before Safe.raw
This commit is contained in:
Andrew Camilleri
2019-08-19 07:13:42 +02:00
committed by Nicolas Dorier
parent e743b2e457
commit 72d519bb45
9 changed files with 75 additions and 13 deletions

View File

@@ -87,7 +87,9 @@ namespace BTCPayServer.Controllers
CustomTipText = settings.CustomTipText,
CustomTipPercentages = settings.CustomTipPercentages,
CustomCSSLink = settings.CustomCSSLink,
AppId = appId
AppId = appId,
Description = settings.Description,
EmbeddedCSS = settings.EmbeddedCSS
});
}