[Yanel-commits] rev 57778 - public/yanel/contributions/realms/konakart-yanel-realm/res-types/product/src/java/org/wyona/yanel/resources/konakart/product

michi at wyona.com michi at wyona.com
Mon Apr 11 12:12:49 CEST 2011


Author: michi
Date: 2011-04-11 12:12:49 +0200 (Mon, 11 Apr 2011)
New Revision: 57778

Modified:
   public/yanel/contributions/realms/konakart-yanel-realm/res-types/product/src/java/org/wyona/yanel/resources/konakart/product/KonakartProductSOAPInfResource.java
Log:
product id added

Modified: public/yanel/contributions/realms/konakart-yanel-realm/res-types/product/src/java/org/wyona/yanel/resources/konakart/product/KonakartProductSOAPInfResource.java
===================================================================
--- public/yanel/contributions/realms/konakart-yanel-realm/res-types/product/src/java/org/wyona/yanel/resources/konakart/product/KonakartProductSOAPInfResource.java	2011-04-11 09:29:18 UTC (rev 57777)
+++ public/yanel/contributions/realms/konakart-yanel-realm/res-types/product/src/java/org/wyona/yanel/resources/konakart/product/KonakartProductSOAPInfResource.java	2011-04-11 10:12:49 UTC (rev 57778)
@@ -302,7 +302,7 @@
         int languageId = shared.getLanguageId(getContentLanguage());
         int productID = getProductID(kkEngine);
         ProductIf product = kkEngine.getProduct(null, productID, languageId);
-        String[] annotations = {"shop", product.getName()};
+        String[] annotations = {"shop-product", "" + productID, product.getName()};
         return annotations;
     }
 



More information about the Yanel-commits mailing list