This commit is contained in:
2020-05-08 18:34:19 +00:00
parent b350620a7a
commit 30bc704f19
2 changed files with 95 additions and 95 deletions

View File

@@ -28,7 +28,7 @@ namespace raven_integration
//Make a "list" of keys to fetch the values for
List<string> keys = new List<string>();
keys.AddRange(new string[] { "HelpLicense", "ClientName" });
keys.AddRange(new string[] { "HelpLicense", "CustomerName" });
dynamic d = new JObject();
d = JToken.FromObject(keys);