Hi
@glenn at clover,
1)
How merchant ID is managed over different countries?Like for different countries for same merchant, MID(merchant id) will be different or same?
2) On clover device I am getting order info up to past 95 days like this:
a) Firstly getting
OrderContract.Summaries.ID like:
new CursorLoader(this, OrderContract.Summaries.contentUriWithAccount(account), null, "<date range>", null,null); then after getting all order summary id:
b) getting order details like:
orderConnector.getOrder(orderId)
So,
Is this right approach for getting data up to past 95 days? Is there any limitation for that as I am getting order info for all devices under that merchant?