[jira] Commented: (OFBIZ-74) billing account error in checkout

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

[jira] Commented: (OFBIZ-74) billing account error in checkout

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496149 ]

Chris Howe commented on OFBIZ-74:
---------------------------------

I have a bit of time coming up.  However, I'm only interested in fixing the root of this problem (the method proposed in the comments using a checkoutMethodId instead of paymentMethodId or something similar) not simply fixing the minor issue that comes up.  Unless attitudes on this have changed, I don't think the community is interested in a pursuit that addresses the root cause.



> 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, order
>            Reporter: Chris Howe
>
> 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.