Hi All,
I need help getting currently open order on local machine. I have studied IPoyntOrderService and IPoyntOrderServiceListener but didn’t comprehend how exactly it should be used.
public void getOrder(String s, String s1, IPoyntOrderServiceListener iPoyntOrderServiceListener) throws RemoteException {
}
getOrder method in IPoyntOrderService is void. It receives IPoyntOrderServiceListener as callback but the only method in it is also void.
public void orderResponse(Order order, String s, PoyntError poyntError) throws RemoteException {
}