add notif Email to crowdfund and pos + add notif url to pos

closes #720
This commit is contained in:
Kukks
2019-03-29 07:51:00 +01:00
parent 5d9da82d8e
commit 275b590e80
8 changed files with 41 additions and 3 deletions

View File

@@ -136,6 +136,7 @@ namespace BTCPayServer.Controllers
MainImageUrl = vm.MainImageUrl,
EmbeddedCSS = vm.EmbeddedCSS,
NotificationUrl = vm.NotificationUrl,
NotificationEmail = vm.NotificationEmail,
Tagline = vm.Tagline,
PerksTemplate = vm.PerksTemplate,
DisqusEnabled = vm.DisqusEnabled,