fix merge bug

This commit is contained in:
Andrew Camilleri
2019-01-15 18:18:41 +01:00
committed by GitHub
parent adc050f190
commit fd62f882de

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 });