Description
Method 'getCartObject' and 'destroyCart'of ShoppingCartEvents class accessed incorrectly at some places in ShoppingCartEvents class.
It should be called by following below syntax:
getCartObject(parameters);
destroyCart(request, response);
But, at some places, it is called incorrectly like this:
ShoppingCartEvents.getCartObject(parameters)
ShoppingCartEvents.destroyCart(request, response);