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 09a536d commit f3d2920Copy full SHA for f3d2920
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