This droplet takes one paramter, "orderId", and checks to see if that order is abandoned.
If so, it changes the abandonmentState to "CONVERTED" and fires an
OrderConverted event if configured to do so. It does this
by calling the convertAbandonedOrder method of AbandonedOrderTools.
Input params:
- orderId
- The id of the order that will has its abandonment status changed to converted.
- setLastUpdated
- true or false. Determines if the order's last update time is updated.
Output params:
- errorMsg
- The text of the error message if an error occurs.
Open params:
- output
- Rendered if the droplet is successful.
- error
- Rendered if an error occurs in processing.