integrate invoice popup

This commit is contained in:
Kukks
2018-12-28 12:07:15 +01:00
parent b11f8acba1
commit 8bcf7109a3
5 changed files with 46 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ namespace BTCPayServer.Controllers
NotificationURL = settings.NotificationUrl,
FullNotifications = true,
ExtendedNotifications = true,
RedirectURL = HttpContext.Request.GetAbsoluteRoot(),
RedirectURL = HttpContext.Request.GetAbsoluteRoot()+ "/apps/{appId}/crowdfund",
}, store, HttpContext.Request.GetAbsoluteRoot());
if (request.RedirectToCheckout)