From 9ca85ed3658236a9a71508ebb9193a36b9170527 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 18 Dec 2018 21:44:51 +0900 Subject: [PATCH] Change column order --- BTCPayServer/Services/Invoices/Export/InvoiceExport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }