svn commit: r1062144 - /ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml

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

svn commit: r1062144 - /ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml

jleroux@apache.org
Author: jleroux
Date: Sat Jan 22 12:44:36 2011
New Revision: 1062144

URL: http://svn.apache.org/viewvc?rev=1062144&view=rev
Log:
A patch from Arun Patidar "Some misc issues in ebayStore component." (https://issues.apache.org/jira/browse/OFBIZ-4118) - OFBIZ-4118

A patch to fix issue of import ebay orders.

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml?rev=1062144&r1=1062143&r2=1062144&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml Sat Jan 22 12:44:36 2011
@@ -596,6 +596,7 @@ under the License.
         <attribute name="ebayUserIdBuyer" mode="IN" type="String" optional="true"></attribute>
         <attribute name="eiasTokenBuyer" mode="IN" type="String" optional="true"></attribute>
         <attribute name="checkoutStatus" mode="IN" type="String" optional="true"></attribute>
+        <attribute name="importStatus" mode="IN" type="String" optional="true"></attribute>
         <attribute name="productId" mode="IN" type="String" optional="true"></attribute>
         <attribute name="quantityPurchased" mode="IN" type="String" optional="true"></attribute>
         <attribute name="transactionPrice" mode="IN" type="String" optional="true"></attribute>
@@ -630,6 +631,7 @@ under the License.
         <attribute name="ebayUserIdBuyer" mode="IN" type="String" optional="true"></attribute>
         <attribute name="eiasTokenBuyer" mode="IN" type="String" optional="true"></attribute>
         <attribute name="checkoutStatus" mode="IN" type="String" optional="true"></attribute>
+        <attribute name="importStatus" mode="IN" type="String" optional="true"></attribute>
         <attribute name="productId" mode="IN" type="String" optional="true"></attribute>
         <attribute name="quantityPurchased" mode="IN" type="String" optional="true"></attribute>
         <attribute name="transactionPrice" mode="IN" type="String" optional="true"></attribute>