[
https://issues.apache.org/jira/browse/OFBIZ-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacopo Cappellato updated OFBIZ-74:
-----------------------------------
Component/s: (was: order)
This is only happening in the ecommerce application, not in the ordermgr one.
The problematic template is checkoutpayment.ftl that is now in the ecommerce component.
> billing account error in checkout
> ---------------------------------
>
> Key: OFBIZ-74
> URL:
https://issues.apache.org/jira/browse/OFBIZ-74> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Components: ecommerce
> Reporter: Chris Howe
> Assignee: Jacopo Cappellato
>
> If you have a Credit Card on file and a billing account on file where CreditCard.paymentMethodId = BillingAccount.billingAccountId, you will not have unique names for the order bill up to text boxes (name="amount_${billingAccount.billingAccountId}" and name="amount_${paymentMethod.paymentMethodId} and the cart will not move to completion if you are trying to "pay" by billing account.
> solution I'm thinking of changes name="amount_${billingAccount.billingAccountId}" to name="amount_BA_${billingAccount.billingAccountId}" and then breaks off the _BA in the event of checkoutoptions uri
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.