Feat: Test customer_order, bar_order

This commit is contained in:
2024-10-19 10:23:39 -05:00
parent f697200d13
commit 9ee21faba6
3 changed files with 58 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ def print_ticket_file_kitchen(info: Info):
data = json.loads(data.replace("'", "\""))
print_customer_order(data, address, waiter)
message = "!Impresión Realizada!"
message = "!Impresion Realizada!"
return Response(content=message, status_code=200)