Author: ashish
Date: Wed May 27 12:24:56 2009
New Revision: 779141
URL:
http://svn.apache.org/viewvc?rev=779141&view=revLog:
Now in the event we can fetch the productStoreId from ProductStoreWorker.getProductStoreId(request)
I have tested it and working fine ... this enhancement will help us to process order coming as the notification from Google Checkout.
Modified:
ofbiz/trunk/specialpurpose/googlecheckout/build.xml
Modified: ofbiz/trunk/specialpurpose/googlecheckout/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/build.xml?rev=779141&r1=779140&r2=779141&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/build.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/build.xml Wed May 27 12:24:56 2009
@@ -44,6 +44,7 @@
<fileset dir="../../framework/webapp/lib" includes="*.jar"/>
<fileset dir="../../framework/webapp/build/lib" includes="*.jar"/>
<fileset dir="../../framework/common/build/lib" includes="*.jar"/>
+ <fileset dir="../../applications/product/build/lib" includes="*.jar"/>
</path>
<!-- ================================================================== -->