mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Retain store ids when filtering invoices
This commit is contained in:
@@ -13,8 +13,8 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public int Total { get; set; }
|
||||
public string SearchTerm { get; set; }
|
||||
public int? TimezoneOffset { get; set; }
|
||||
|
||||
public List<InvoiceModel> Invoices { get; set; } = new List<InvoiceModel>();
|
||||
public string[] StoreIds { get; set; }
|
||||
}
|
||||
|
||||
public class InvoiceModel
|
||||
|
||||
Reference in New Issue
Block a user