I have a web app and I'm using the Rest API to push orders into my vendor's Clover device. Order shows up great. As a last step, so that the vendor knows the order is there, I'm hitting the print_event endpoint to print the order. When I do, I get a response back from the endpoint that the state us CREATED, it has an orderSnapshot, it has a createdTime, a modifiedTime, and a printTime. Everything I would expect to receive from a successful print; however nothing ever comes out of the printer. I cannot for the life of me figure it out. The vendor can go to the order and print it, but nothing ever comes out. Any ideas on what I can try or look at? I know the documentation says it prints to the "default printer" but where do we check which printer is the default printer or where do we set the default printer?