Author: doogie
Date: Thu Apr 15 22:01:56 2010
New Revision: 934613

URL: http://svn.apache.org/viewvc?rev=934613&view=rev
Log:
Fix type of actionResultInfo on interfaceProductPromoAction.

Modified:
    ofbiz/trunk/applications/order/servicedef/services_cart.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_cart.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_cart.xml?rev=934613&r1=934612&r2=934613&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_cart.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_cart.xml Thu Apr 15 
22:01:56 2010
@@ -36,7 +36,7 @@ under the License.
         <attribute name="productPromoAction" 
type="org.ofbiz.entity.GenericValue" mode="IN"/>
         <attribute name="shoppingCart" 
type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN"/>
         <attribute name="nowTimestamp" type="Timestamp" mode="IN"/>
-        <attribute name="actionResultInfo" 
type="org.ofbiz.order.shoppingcart.product.ProductPromoWorker.ActionResultInfo" 
mode="IN"/>
+        <attribute name="actionResultInfo" 
type="org.ofbiz.order.shoppingcart.product.ProductPromoWorker$ActionResultInfo" 
mode="IN"/>
         <attribute name="cartItemModifyException" 
type="org.ofbiz.order.shoppingcart.CartItemModifyException" mode="OUT" 
optional="false"/>
     </service>
     <service name="assignItemShipGroup" engine="java" auth="false"


Reply via email to