diff --git a/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs b/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs index adcb8f673..779cb6aa1 100644 --- a/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs +++ b/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs @@ -110,10 +110,10 @@ namespace BTCPayServer.Services.Invoices.Export public DateTime InvoiceMonitoringDate { get; set; } public string PaymentId { get; set; } - public string CryptoCode { get; set; } public string Destination { get; set; } public string PaymentType { get; set; } public string Paid { get; set; } + public string CryptoCode { get; set; } public decimal ConversionRate { get; set; } public decimal InvoicePrice { get; set; }