mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-18 12:44:22 +01:00
Do not serialize PaymentId for DerivationSchemeSettings
This commit is contained in:
@@ -122,6 +122,7 @@ namespace BTCPayServer
|
||||
|
||||
public string Label { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public PaymentMethodId PaymentId => new PaymentMethodId(Network.CryptoCode, PaymentTypes.BTCLike);
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user