You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Howe (JIRA)" <ji...@apache.org> on 2006/06/30 18:42:29 UTC

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

billing account error in checkout
---------------------------------

         Key: OFBIZ-74
         URL: http://issues.apache.org/jira/browse/OFBIZ-74
     Project: The Open For Business Project
        Type: Bug

  Components: ecommerce  
    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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-74?page=comments#action_12418679 ] 

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

Another option that would remove this headache for the issues of billing accounts not being payment method would be to create an entity like PaymentMethod does for CreditCard, GiftCard, etc called something like CheckOutMethods...

checkOutMethodId = "10000"
checkoutMethodType = "BillingAccount"

checkOutMethodId = "10001"
checkoutMethodType = "PaymentMethod"

checkOutMethodId = "10002"
checkoutMethodType = "PaymentMethod" 

etc



    

> billing account error in checkout
> ---------------------------------
>
>          Key: OFBIZ-74
>          URL: http://issues.apache.org/jira/browse/OFBIZ-74
>      Project: The Open For Business Project
>         Type: Bug

>   Components: ecommerce
>     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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-74?page=all ]

Jacopo Cappellato updated OFBIZ-74:
-----------------------------------

    Component/s: order

> billing account error in checkout
> ---------------------------------
>
>                 Key: OFBIZ-74
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-74
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce, order
>            Reporter: Chris Howe
>         Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-74?page=all ]

Jacopo Cappellato reassigned OFBIZ-74:
--------------------------------------

    Assignee: Jacopo Cappellato

> billing account error in checkout
> ---------------------------------
>
>                 Key: OFBIZ-74
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-74
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Chris Howe
>         Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira