Merge pull request #531 from Kukks/patch-2

fix merge bug
This commit is contained in:
Nicolas Dorier 2019-01-16 15:58:29 +09:00 committed by GitHub
commit cfb51a6be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,8 +256,7 @@ namespace BTCPayServer.Controllers
BuyerEmail = email,
OrderId = orderId,
NotificationURL = notificationUrl,
RedirectURL = redirectUrl,
// RedirectURL = redirectUrl ?? Request.GetDisplayUrl(),
RedirectURL = redirectUrl ?? Request.GetDisplayUrl(),
FullNotifications = true,
}, store, HttpContext.Request.GetAbsoluteRoot());
return RedirectToAction(nameof(InvoiceController.Checkout), "Invoice", new { invoiceId = invoice.Data.Id });