Hi
@Jeffrey Blattman
Order modify time got from orderCoenctor.getOrder(id).getModifiedTime is different from
getContentResolver().query(OrderContract.Summaries.contentUriWithAccount(account), null, null, null, null);
cursor.getLong(cursor.getColumnIndex(OrderContract.Summaries.LAST_MODIFIED) for same order ID.
How this can be possible and will these times be same on all devices for same merchant?