I am using the remote-pay-cloud sdk in javascript for my semi-integration project. When printing a receipt it displays "Manual Transaction". How can I set a name to the line item? The orders coming from my server will contain multiple line items. Can I set each line item with a name with the sdk?
clover.sale({"amount" : 123}, mySaleResult);