mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-20 07:24:25 +01:00
@@ -256,8 +256,7 @@ namespace BTCPayServer.Controllers
|
|||||||
BuyerEmail = email,
|
BuyerEmail = email,
|
||||||
OrderId = orderId,
|
OrderId = orderId,
|
||||||
NotificationURL = notificationUrl,
|
NotificationURL = notificationUrl,
|
||||||
RedirectURL = redirectUrl,
|
RedirectURL = redirectUrl ?? Request.GetDisplayUrl(),
|
||||||
// RedirectURL = redirectUrl ?? Request.GetDisplayUrl(),
|
|
||||||
FullNotifications = true,
|
FullNotifications = true,
|
||||||
}, store, HttpContext.Request.GetAbsoluteRoot());
|
}, store, HttpContext.Request.GetAbsoluteRoot());
|
||||||
return RedirectToAction(nameof(InvoiceController.Checkout), "Invoice", new { invoiceId = invoice.Data.Id });
|
return RedirectToAction(nameof(InvoiceController.Checkout), "Invoice", new { invoiceId = invoice.Data.Id });
|
||||||
|
|||||||
Reference in New Issue
Block a user