Details
Description
These two ecas definitions:
<eca service="changeOrderStatus" event="global-commit" run-on-error="false">
and
<eca service="updateReturnStatusFromReceipt" event="global-commit">
have wrong event and must be changed to global-commit-post-run because they need to receive the output of the main service.