Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to get data from non existent products
As requested in #12321 When calling Products in Cart report, it called data of deleted products resulting in exception trying to access $productData[$item->getProductId()] ### Preconditions <!--- Provide a more detailed information of environment you use --> <!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. --> 1. Magento 2.1.10 ### Steps to reproduce <!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant --> 1. Delete a product recently sold 1. Open Reports > Marketing > Products in Cart ### Expected result <!--- Tell us what should happen --> 1. List of products ### Actual result <!--- Tell us what happens instead --> 1. Blank list
- Loading branch information