I have an app on a Clover device. What I'm trying to achieve is:
- Insert custom item in the order list before payment.
public LineItem addCustomLineItem(String orderId, LineItem lineItem, boolean isTaxable) Example: mOrderConnector.addCustomLineItem(mOrder.getId(), lineItem, true);
1 Person is following this question.