mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
This commit is contained in:
@@ -73,10 +73,10 @@ namespace BTCPayServer.Controllers
|
||||
Skip = offset,
|
||||
EndDate = dateEnd,
|
||||
StartDate = dateStart,
|
||||
OrderId = orderId == null ? null : new[] {orderId},
|
||||
ItemCode = itemCode == null ? null : new[] {itemCode},
|
||||
Status = status == null ? null : new[] {status},
|
||||
StoreId = new[] {this.HttpContext.GetStoreData().Id}
|
||||
OrderId = orderId == null ? null : new[] { orderId },
|
||||
ItemCode = itemCode == null ? null : new[] { itemCode },
|
||||
Status = status == null ? null : new[] { status },
|
||||
StoreId = new[] { this.HttpContext.GetStoreData().Id }
|
||||
};
|
||||
|
||||
var entities = (await _InvoiceRepository.GetInvoices(query))
|
||||
|
||||
Reference in New Issue
Block a user