svn commit: r818494 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

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

svn commit: r818494 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Sep 24 14:33:13 2009
New Revision: 818494

URL: http://svn.apache.org/viewvc?rev=818494&view=rev
Log:
A slightly modified (thanks Scott ;o) patch from Simon Hutchinson (https://issues.apache.org/jira/browse/OFBIZ-2929) - OFBIZ-2929
Trying to do a quick check out in Ecommerce application and facing error when clicking Submit Order after filling the credit card

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl?rev=818494&r1=818493&r2=818494&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl Thu Sep 24 14:33:13 2009
@@ -103,7 +103,7 @@
    }
 }
 </script>
-<form id="setPaymentInformation" type="POST" action="<@ofbizUrl>quickAnonAddGiftCardToCart</@ofbizUrl>" name="setPaymentInformation">
+<form id="setPaymentInformation" method="post" action="<@ofbizUrl>quickAnonAddGiftCardToCart</@ofbizUrl>" name="setPaymentInformation">
 <div class="screenlet">
     <div class="screenlet-header">
         <div class='boxhead'>&nbsp;${uiLabelMap.AccountingPaymentInformation}</div>