This commit is contained in:
Kukks 2020-10-27 11:01:22 +01:00
parent 1d82c3779b
commit 256d711fde

View File

@ -11,7 +11,7 @@ namespace BTCPayServer.Client.Models
public string Destination { get; set; }
public string PaymentLink { get; set; }
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(NumericStringJsonConverter))]
public decimal Rate { get; set; }
[JsonConverter(typeof(NumericStringJsonConverter))]