You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2015/03/02 06:46:04 UTC

[jira] [Updated] (OFBIZ-6119) One page checkout broken for registered user

     [ https://issues.apache.org/jira/browse/OFBIZ-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-6119:
--------------------------------
    Attachment: OFBIZ-6119.patch

Here is the patch for this issue.

> One page checkout broken for registered user
> --------------------------------------------
>
>                 Key: OFBIZ-6119
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6119
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>            Reporter: Deepak Dixit
>         Attachments: OFBIZ-6119.patch
>
>
> Onepage checkout process is broken for registered user. 
> {code}
> Error in Service [createPartyRole]: Value found (with ids 10000::CUSTOMER), cannot create a new one
> {code}
> Its due to CheckoutServices.xml#createUpdateCustomerAndShippingAddress service, in this service if system try to create party role at line 54, as this service is used for create/update shipping address so at the time of create its working fine but at the time of update it fails to create same party role again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)