How can the order be canceled from an application by avoiding the "Error - The current order has been deleted." message?
This would be for an app that is viewing the current order in the register. The app would have a button to delete the existing order.
OrderConnector has a method called deleteOrder. Calling this successfully deletes the order but leaves the Register app in an error state.