Do not serialize PaymentId for DerivationSchemeSettings

This commit is contained in:
nicolas.dorier
2019-05-09 01:06:03 +09:00
parent 836c3a5b3a
commit d5579ef2b5

View File

@@ -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()