mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Extracting payment details population, refactoring invoice data load
This commit is contained in:
committed by
Nicolas Dorier
parent
3cd37682d3
commit
6918b8a291
@@ -33,5 +33,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
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