From notifications-return-27460-archive-asf-public=cust-asf.ponee.io@ofbiz.apache.org Thu Jun 27 06:47:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 64CE318072F for ; Thu, 27 Jun 2019 08:47:02 +0200 (CEST) Received: (qmail 42813 invoked by uid 500); 27 Jun 2019 06:47:01 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 42799 invoked by uid 99); 27 Jun 2019 06:47:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2019 06:47:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 07BC6E2E39 for ; Thu, 27 Jun 2019 06:47:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 777612581A for ; Thu, 27 Jun 2019 06:47:00 +0000 (UTC) Date: Thu, 27 Jun 2019 06:47:00 +0000 (UTC) From: "Pawan Verma (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (OFBIZ-11127) Code improvement in ShoppingCartEvents.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-11127?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Pawan Verma reassigned OFBIZ-11127: ----------------------------------- Assignee: Pawan Verma (was: Amit Gadaley) > Code improvement in ShoppingCartEvents.java > ------------------------------------------- > > Key: OFBIZ-11127 > URL: https://issues.apache.org/jira/browse/OFBIZ-11127 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: Trunk > Reporter: Amit Gadaley > Assignee: Pawan Verma > Priority: Minor > Attachments: OFBIZ-11127.patch > > > Method 'getCartObject' of ShoppingCartEvents class accessed incorrectly a= t some places in=C2=A0ShoppingCartEvents class. > It should be called by following below syntax: > getCartObject(parameters); > =C2=A0 > But, at some places, it is called incorrectly like this: > ShoppingCartEvents.getCartObject(parameters) > =C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)