mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
@@ -872,6 +872,7 @@ namespace BTCPayServer.Controllers
|
|||||||
var model = new InvoiceExport(_CurrencyNameTable);
|
var model = new InvoiceExport(_CurrencyNameTable);
|
||||||
|
|
||||||
InvoiceQuery invoiceQuery = GetInvoiceQuery(searchTerm, timezoneOffset);
|
InvoiceQuery invoiceQuery = GetInvoiceQuery(searchTerm, timezoneOffset);
|
||||||
|
invoiceQuery.StoreId = new[] { GetCurrentStore().Id };
|
||||||
invoiceQuery.Skip = 0;
|
invoiceQuery.Skip = 0;
|
||||||
invoiceQuery.Take = int.MaxValue;
|
invoiceQuery.Take = int.MaxValue;
|
||||||
var invoices = await _InvoiceRepository.GetInvoices(invoiceQuery);
|
var invoices = await _InvoiceRepository.GetInvoices(invoiceQuery);
|
||||||
|
|||||||
Reference in New Issue
Block a user