@Jeffrey Blattman We just got an app denied because the reviewer said we were not allowed to show OPEN orders in the orders app prior to the customer confirming payment. This is an online ordering app where clients add items to a cart (where we use clover sdk to maintain the cart items) and then checkout when ready. We push the order ID to the terminal once they add at least 1 item and show it as open.
Is this not how you suggest doing it? If this is the wrong way, can you suggest a different method? Should we never start an order and sync it with the terminal until payment is confirmed?