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 fac8ac0 + 27f82f3 commit bc65727Copy full SHA for bc65727
app/code/Meta/Conversion/Model/Tracker/Purchase.php
@@ -151,7 +151,7 @@ private function prepareData(OrderInterface $order): array
151
$contentIds[] = $item->getSku();
152
$contentName[] = $item->getName();
153
}
154
- return ['contents' => $contents, 'content_ids' => $contentIds, 'content_name' => $contentName];
+ return ['contents' => $contents, 'content_ids' => $contentIds, 'content_name' => json_encode($contentName)];
155
156
157
/**
0 commit comments