Author: deepak
Date: Thu Oct 27 17:15:38 2016
New Revision: 1766861

URL: http://svn.apache.org/viewvc?rev=1766861&view=rev
Log:
Fixed: Search Single Transactions From eBay is not working 
(OFBIZ-8624)

Thanks Pawan Verma for your contribution.

Modified:
    
ofbiz/trunk/specialpurpose/ebay/src/main/java/org/apache/ofbiz/ebay/EbayHelper.java

Modified: 
ofbiz/trunk/specialpurpose/ebay/src/main/java/org/apache/ofbiz/ebay/EbayHelper.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/src/main/java/org/apache/ofbiz/ebay/EbayHelper.java?rev=1766861&r1=1766860&r2=1766861&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ebay/src/main/java/org/apache/ofbiz/ebay/EbayHelper.java
 (original)
+++ 
ofbiz/trunk/specialpurpose/ebay/src/main/java/org/apache/ofbiz/ebay/EbayHelper.java
 Thu Oct 27 17:15:38 2016
@@ -82,7 +82,7 @@ public class EbayHelper {
                 buildEbayConfigContext.put("compatibilityLevel", 
eBayConfig.getString("compatibilityLevel"));
                 buildEbayConfigContext.put("siteID", 
eBayConfig.getString("siteId"));
                 buildEbayConfigContext.put("xmlGatewayUri", 
eBayConfig.getString("xmlGatewayUri"));
-                buildEbayConfigContext.put("apiServerUrl", 
eBayConfig.getString("apiServerUrl"));
+                buildEbayConfigContext.put("apiServerUrl", 
eBayConfig.getString("xmlGatewayUri"));
             }
         } else {
             buildEbayConfigContext.put("devID", 
EntityUtilProperties.getPropertyValue(configFileName, "eBayExport.devID", 
delegator));


Reply via email to