Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
Steps to Regenerate
1. Login to https://demo-trunk.ofbiz.apache.org/ecommerce/control/quickcheckout
2. Add a few products to the cart.
3. View Cart and opt for Quick Checkout.
4. Or Proceed to checkout.
5. Fill all the details and try to place order.
Actual:
Exception Error is rendered.
The Image is attached for reference.
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-11600 Unable to create Order from ordermgr
- Closed
I have provided the patch for this issue.
Here is the detail:
getRelatedParties service(groovy) was returning duplicate key of relatedPartyIdList. So HashMap was passed instead of List of string in entity condition that's why we are getting type casting error.
I found that this change was committed under the ticket OFBIZ-11361
Thanks, archana.asthana for reporting the issue.
–
Thanks !!