approveOrder is connected to nothing
------------------------------------
Key: OFBIZ-702
URL: https://issues.apache.org/jira/browse/OFBIZ-702
Project: OFBiz (The Open for Business Project)
Issue Type: Bug
Components: ecommerce
Reporter: Andrew Sykes
Priority: Minor
>From controller.xml...
<request-map uri="approveOrder">
<security https="true" direct-request="false"/>
<event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents"
invoke="autoApproveOrder"/>
<response name="success" type="view" value="ordercomplete"/>
</request-map>
However there is no CheckOutEvents.autoApproveOrder() should this be deleted
from controller.xml, or has the functionality been moved/renamed?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.