mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Further abstract payment data by encapsulating bitcoin related logic into BitcoinLikePaymentData
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public class Payment
|
||||
{
|
||||
public string CryptoCode { get; set; }
|
||||
public int Confirmations
|
||||
public string Confirmations
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user