this.cloverConnector.sale(saleRequest);
the sale is execute as expected, the customer is ask for the credit, signature, and receipt printing options are shown. However, on the printed receipt it always says "1 Manual Transaction $60.00"
I would like to actually show all the order lines the customer bought. something like:
1 Medium T-shirt $20.00
3 Nail Clippers $37.50
1 Diet Coke $02.50
is there a way to tied an OrderId to the saleRequest sent to the sale method?