Hi guys.

I've tested return orders flow and this ECA run in the last step.

    <!-- shipment related services -->
    <eca service="updateShipment" event="commit" run-on-failure="false"
run-on-error="false">
        <condition-field field-name="statusId" operator="not-equals"
to-field-name="oldStatusId"/>
        <condition field-name="statusId" operator="equals"
value="SHIPMENT_SHIPPED"/>
        <action service="sendGoogleShipRequest" mode="sync"/>
    </eca>

This ECA is registred in google checkout module .

So, Could I disable google checkout module in ofbiz 9.04 and i haven't
problems?
or Do I only have to comment this ECA?

Finnally, Could I disable all special purpose modules?

Thanks for advance.

Atte.

-- 
Juan Pablo Huachaca Vargas

Reply via email to