Hello,
I want to move from my app to clover register app to create new order with associate customer I m try this to open register app with customer id
Intent intent = new Intent("com.clover.intent.action.START_REGISTER");
intent.putExtra("clover.intent.extra.CUSTOMER_ID",profiles.get(0).getId());
But order generate without customer id can u suggest me what to do create order with customer