svn commit: r1745491 - /ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml

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

svn commit: r1745491 - /ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml

Deepak Dixit-5
Author: deepak
Date: Wed May 25 14:17:34 2016
New Revision: 1745491

URL: http://svn.apache.org/viewvc?rev=1745491&view=rev
Log:
(OFBIZ-7021) Fixed typo in MerchantCalculations file name (merchantCaluclations == merchantCalculations)

Modified:
    ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml

Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml?rev=1745491&r1=1745490&r2=1745491&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml Wed May 25 14:17:34 2016
@@ -83,7 +83,7 @@
                 <not><if-empty field="merchantCalculations"/></not>
             </condition>
             <widgets>
-                <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/merchantCaluclations.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/MerchantCalculations.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>