When I view an order I created via the API that doesn't have an employee assigned. It seems to assign the first employee to view it in the orders app on the clover mini.
EG:
- Create order without an employee via API
- View the order in the order's list, visibly there is no employee listed
- Open the order, now the current user is listed as the employee for the order
- Go back to the order list, the employee is now also listed there
I don't think it affects our app's flow too much, aside from maybe causing confusion if a merchant wanted to filter/report by employee. We're using custom order types and tenders though, so I think we have workarounds. Should we be creating some kind of dummy employee to list our orders under?
Thanks