mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Refactor StatusMessage and remove ExternalLogin
This commit is contained in:
@@ -15,7 +15,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public int? TimezoneOffset { get; set; }
|
||||
|
||||
public List<InvoiceModel> Invoices { get; set; } = new List<InvoiceModel>();
|
||||
public string StatusMessage { get; set; }
|
||||
}
|
||||
|
||||
public class InvoiceModel
|
||||
@@ -34,7 +33,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public bool ShowCheckout { get; set; }
|
||||
public string ExceptionStatus { get; set; }
|
||||
public string AmountCurrency { get; set; }
|
||||
public string StatusMessage { get; set; }
|
||||
|
||||
public InvoiceDetailsModel Details { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user