svn commit: r936099 - /ofbiz/trunk/applications/order/servicedef/services_cart.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r936099 - /ofbiz/trunk/applications/order/servicedef/services_cart.xml

doogie-3
Author: doogie
Date: Tue Apr 20 22:46:05 2010
New Revision: 936099

URL: http://svn.apache.org/viewvc?rev=936099&view=rev
Log:
interfaceProductPromoAction.cartItemModifyException needs to be
optional.

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=936099&r1=936098&r2=936099&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_cart.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_cart.xml Tue Apr 20 22:46:05 2010
@@ -37,7 +37,7 @@ under the License.
         <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="cartItemModifyException" type="org.ofbiz.order.shoppingcart.CartItemModifyException" mode="OUT" optional="false"/>
+        <attribute name="cartItemModifyException" type="org.ofbiz.order.shoppingcart.CartItemModifyException" mode="OUT" optional="true"/>
     </service>
     <service name="assignItemShipGroup" engine="java" auth="false"
             location="org.ofbiz.order.shoppingcart.ShoppingCartServices" invoke="assignItemShipGroup">