Author: jacopoc
Date: Fri Aug 31 03:50:32 2007
New Revision: 571426
URL: http://svn.apache.org/viewvc?rev=571426&view=rev
Log:
Added missing input parameter to the importOrderFromEbay service: this should
fix the bug reported in OFBIZ-1202
Modified:
ofbiz/trunk/applications/order/servicedef/services.xml
Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=571426&r1=571425&r2=571426&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Aug 31 03:50:32
2007
@@ -788,6 +788,7 @@
<attribute type="String" mode="IN" name="productId" optional="true"/>
<attribute type="String" mode="IN" name="quantityPurchased"
optional="false"/>
<attribute type="String" mode="IN" name="transactionPrice"
optional="false"/>
+ <attribute type="String" mode="IN" name="shippingService"
optional="true"/>
<attribute type="String" mode="IN" name="shippingServiceCost"
optional="true"/>
<attribute type="String" mode="IN" name="shippingTotalAdditionalCost"
optional="true"/>
<attribute type="String" mode="IN" name="amountPaid" optional="true"/>