mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Checkout v2: Improve expired paid partial state (#4827)
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public int TxCount { get; set; }
|
||||
public int TxCountForFee { get; set; }
|
||||
public string BtcPaid { get; set; }
|
||||
public string StoreEmail { get; set; }
|
||||
public string StoreSupportUrl { get; set; }
|
||||
|
||||
public string OrderId { get; set; }
|
||||
public decimal NetworkFee { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user