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.
2 parents 3cccad6 + a33464f commit e207e7dCopy full SHA for e207e7d
app/code/Meta/Conversion/Helper/MagentoDataHelper.php
@@ -297,6 +297,10 @@ public function hashValue($string): string
297
*/
298
public function getCartPayload($quote): array
299
{
300
+ $contentCategories = [];
301
+ $contents = [];
302
+ $categoryIds = [];
303
+
304
foreach ($quote->getAllItems() as $item) {
305
$product = $item->getProduct();
306
$categoryIds[] = $product->getCategoryIds();
0 commit comments