From 45adbdf0e727015438b14e5cf97c68f90f96781a Mon Sep 17 00:00:00 2001 From: Jan Staelens <71829634+janstaelensskyline@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:42:49 +0100 Subject: [PATCH] Update Order.cs --- Empower.Library.Room0/Order.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Empower.Library.Room0/Order.cs b/Empower.Library.Room0/Order.cs index 5cb8e3d..9726404 100644 --- a/Empower.Library.Room0/Order.cs +++ b/Empower.Library.Room0/Order.cs @@ -32,7 +32,7 @@ public Order(string orderValue) // Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys apiKey = Keys.RetrieveKey(keyName); name = orderValue; - suffix = " from room 100"; + suffix = " from room 'ThisIsABug'"; } ///