grouping in kitchen receipt
This commit is contained in:
@@ -16,7 +16,7 @@ public class KitchenReceiptConverterAdapter : IReceiptConverter
|
||||
public List<PrintCommand> Convert(string jsonContent)
|
||||
{
|
||||
var receipt = JsonSerializer.Deserialize<KitchenReceipt>(jsonContent);
|
||||
var converter = new KitchenReceiptConverter(_lineWidth, _bigFontLineWidth);
|
||||
var converter = new KitchenReceiptConverterKlinglers(_lineWidth, _bigFontLineWidth);
|
||||
return converter.ConvertToPrintCommands(receipt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user