You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2010/06/19 11:30:31 UTC

svn commit: r956206 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml

Author: apatel
Date: Sat Jun 19 09:30:31 2010
New Revision: 956206

URL: http://svn.apache.org/viewvc?rev=956206&view=rev
Log:
Fix typo. Added billTo prefix to the field.

Modified:
    ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml?rev=956206&r1=956205&r2=956206&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml Sat Jun 19 09:30:31 2010
@@ -180,7 +180,7 @@ under the License.
             <result-to-result result-name="paymentMethodId"/>
         </call-service>
         <!-- Set Payment Method-->
-        <set field="cardSecurityCode" from-field="parameters.cardSecurityCode"/>
+        <set field="cardSecurityCode" from-field="parameters.billToCardSecurityCode"/>
         <create-object class-name="org.ofbiz.order.shoppingcart.CheckOutHelper" field="checkOutHelper">
             <field field="dispatcher" type="org.ofbiz.service.LocalDispatcher"/>
             <field field="delegator" type="org.ofbiz.entity.Delegator"/>