fix pos settings savings for notifications

closes #751
This commit is contained in:
Kukks
2019-04-11 09:14:39 +02:00
parent d78990fbd5
commit 7a21c03896
2 changed files with 5 additions and 1 deletions

View File

@@ -269,6 +269,7 @@ namespace BTCPayServer.Controllers
NotificationEmail = settings.NotificationEmail,
RedirectURL = redirectUrl ?? Request.GetDisplayUrl(),
FullNotifications = true,
ExtendedNotifications = true,
PosData = string.IsNullOrEmpty(posData) ? null : posData
}, store, HttpContext.Request.GetAbsoluteRoot(),
new List<string>() {AppService.GetAppInternalTag(appId)},