fix json serialization

This commit is contained in:
nicolas.dorier
2018-05-26 18:29:57 +09:00
parent 6a46d02fc6
commit 556082c4c9
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ namespace BTCPayServer.Models
public class PairingCodeResponse
{
[JsonProperty(PropertyName = "pairingCode")]
[JsonProperty(PropertyName = "policies")]
public JArray Policies { get; set; }
[JsonProperty(PropertyName = "pairingCode")]