This commit is contained in:
2019-01-16 22:45:49 +00:00
parent 317636aa3f
commit fd2b46cc59
7 changed files with 191 additions and 16 deletions

View File

@@ -26,6 +26,8 @@ namespace raven_integration
dynamic w = new JObject();
w.name = Util.Uniquify("EventLog Test WIDGET");
w.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
w.notes = "blah";
w.created = DateTime.Now.ToString();
w.dollarAmount = 2.22m;
w.active = true;