Hi there,
I use OrderConnector to update a customer on an order like this:
orderConnector.updateOrder(mOrder);
mOrder already has a customer on it. Immediately, I go to Orders app and it shows me that customer info does not show up in the order row. I waited a few minutes but nothing happened until I tap on sync button on top, customer info showed up.
How can I sync clover data immediately after OrderConnector.updateOrder is done?
I'm using a clover dev kit.
Any help would be appreciated.