mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
commit
cfb51a6be4
1 changed files with 1 additions and 2 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue