I am using android clover SDK. I am getting merchant info, payment info, order id. But not customer info.
How to get customer information if customer is there while creating order.
CustomerConnector c = new CustomerConnector(mContext, sAccount, null); c.getCustomers() or c.getCustomers(query) or c.getCustomer(id)Please search these forums, there are lots of examples.
4 People are following this question.