"createUpdateBillingAddressAndPaymentMethod" service called from one page
checkout throws Exception due to incorrect field name
-------------------------------------------------------------------------------------------------------------------------------
Key: OFBIZ-3887
URL: https://issues.apache.org/jira/browse/OFBIZ-3887
Project: OFBiz
Issue Type: Bug
Components: specialpurpose/ecommerce
Affects Versions: Release Branch 10.04, SVN trunk
Reporter: Rene Scheibe
See the exception below:
[java] ---- runtime exception report
--------------------------------------------------
[java] Error evaluating Groovy scriptlet [${groovy:
org.ofbiz.order.shoppingcart.ShoppingCart.CartPaymentInfo cpi =
shoppingCart.getPaymentInfo(paymentMethodId, null, null, null, true);
cpi.securityCode = cardSecurityCode; return cpi;}], inserting nothing; error
was: groovy.lang.MissingPropertyException: No such property: cardSecurityCode
for class: script1281373491954804188587
[java] Exception: groovy.lang.MissingPropertyException
[java] Message: No such property: cardSecurityCode for class:
script1281373491954804188587
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.