We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892273b commit cfab528Copy full SHA for cfab528
app/code/Magento/Reports/Model/ResourceModel/Quote/Collection.php
@@ -200,6 +200,7 @@ public function resolveCustomerNames()
200
foreach ($this->getItems() as $item) {
201
foreach ($customersData as $customerItemData) {
202
if ($item['customer_id'] == $customerItemData['entity_id']) {
203
+ // phpcs:ignore Magento2.Performance.ForeachArrayMerge
204
$item->setData(array_merge($item->getData(), $customerItemData));
205
}
206
0 commit comments