Whenever an order finalizes, the user is sent a receipt to the Wii Message Board describing the purchase, and a similar receipt is present under the Orders menu.
We'll need to investigate if data is missing in one area, or what's going on. Per previous debugging, the time is correctly parsed, and then discarded shortly after for unknown reasons.
Whenever an order finalizes, the user is sent a receipt to the Wii Message Board describing the purchase, and a similar receipt is present under the Orders menu.
However, due to something server-side, the channel rejects our current handling - likely related to the timestamp (presumed to be in
HH:MM:SS
format). As of e62e4e89ca3d330be7168e4219ad8c6a97f91097, this looks something like the following: https://github.com/WiiLink24/food-server/blob/e62e4e89ca3d330be7168e4219ad8c6a97f91097/responses.py#L279-L292We'll need to investigate if data is missing in one area, or what's going on. Per previous debugging, the time is correctly parsed, and then discarded shortly after for unknown reasons.