Author: ashish
Date: Thu May 14 14:39:06 2009
New Revision: 774791
URL:
http://svn.apache.org/viewvc?rev=774791&view=revLog:
Component name is "googlecheckout" in ofbiz-component.xml file instead of "googleCheckout".
This creates confusion that's why I initiated a thread on Dev ML titled "Rename "googleCheckout" to "googlecheckout""
Modified:
ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
Modified: ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml?rev=774791&r1=774790&r2=774791&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml Thu May 14 14:39:06 2009
@@ -22,18 +22,18 @@
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/services.xsd">
<service name="ConvertOfbizCartToGoogle" engine="simple" invoke="ConvertOfbizCartToGoogle"
- location="component://googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml">
+ location="component://googlecheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
<attribute name="googleCart" mode="OUT" type="Map" optional="false"/>
<attribute name="flowSupport" mode="OUT" type="Map" optional="false"/>
<attribute name="sendInitialAuthDetails" mode="OUT" type="Boolean" optional="false"/>
</service>
<service name="createXMLOutput" engine="simple" invoke="createXMLOutput"
- location="component://googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
+ location="component://googlecheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
</service>
<service name="transmitRequest" engine="simple" invoke="transmitRequest"
- location="component://googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
+ location="component://googlecheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
<attribute name="redirect" mode="OUT" type="String" optional="false"/>
</service>