Author: apatel
Date: Sat Jun 19 09:30:31 2010
New Revision: 956206
URL:
http://svn.apache.org/viewvc?rev=956206&view=revLog:
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"/>