Programm erweitert
über bestellnummer angabe prüft der Bot die Bestellung
This commit is contained in:
@@ -65,6 +65,7 @@ public static class Helper
|
||||
{
|
||||
Artikel temp = new Artikel();
|
||||
var xFound = datas[i].IndexOf("x");
|
||||
if (xFound == -1) continue;
|
||||
var am = datas[i].Substring(0, xFound);
|
||||
temp.Amount = Convert.ToInt32(am);
|
||||
temp.GERName = datas[i].Substring(xFound + 1);
|
||||
|
||||
Reference in New Issue
Block a user