I am creating an Order using the following code. When i print the order receipt, it is not displaying the Order Number in the title. I have enabled order number in the settings. What do i need to do to generate the title with the auto generated Order Number ? Order currOrder = new Order(); currOrder.setState("open"); CurrentOrder = orderConnector.createOrder(currOrder);