mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 15:44:26 +01:00
Fix build
This commit is contained in:
@@ -493,7 +493,7 @@ namespace BTCPayServer.Controllers
|
|||||||
[BitpayAPIConstraint(false)]
|
[BitpayAPIConstraint(false)]
|
||||||
public async Task<IActionResult> Export(string format, string searchTerm = null)
|
public async Task<IActionResult> Export(string format, string searchTerm = null)
|
||||||
{
|
{
|
||||||
var model = new InvoiceExport(_NetworkProvider);
|
var model = new InvoiceExport(_NetworkProvider, _CurrencyNameTable);
|
||||||
|
|
||||||
var invoices = await ListInvoicesProcess(searchTerm, 0, int.MaxValue);
|
var invoices = await ListInvoicesProcess(searchTerm, 0, int.MaxValue);
|
||||||
var res = model.Process(invoices, format);
|
var res = model.Process(invoices, format);
|
||||||
|
|||||||
Reference in New Issue
Block a user