mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Change column order
This commit is contained in:
parent
93113fd871
commit
9ca85ed365
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue