Hello all,
We are doing remote pay integration via Web SDK. We can create orders in clover devices but the problem is the order is created automatically while we call the Sale method. The issue is it always creates a new order with a single line item called 'Manual transaction'.
We also tried to pre-create an order with line items using REST API. So we are getting an ID of an order and tried to pass this value in SaleRequest transaction using setOrderId() method. But it seems like this OrderId is ignored and in any case scenario we are getting a new order with a new ID and Manual transaction in the line items. Does this setOrderId() method works or is there any other way to represent real order line items?
Thank you and best regards,
Alex