diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs index b19ef685e..2c887126e 100644 --- a/BTCPayServer/Controllers/InvoiceController.UI.cs +++ b/BTCPayServer/Controllers/InvoiceController.UI.cs @@ -34,7 +34,6 @@ namespace BTCPayServer.Controllers { var invoice = (await _InvoiceRepository.GetInvoices(new InvoiceQuery() { - UserId = GetUserId(), InvoiceId = invoiceId, IncludeAddresses = true, IncludeEvents = true