what is this order object ? DO I have to user CustomerConnector for this.
- OrderConnector orderConnector = new OrderConnector(mContext, mAccount, null);
- order = orderConnector.getOrder(mOrderId);
- List<Customer> customers = order.getCustomers();
I should do this in background right ? Because its givinig error when I write it in OnCreate
2 People are following this question.