Skip to content

Commit

Permalink
Merge pull request #190 from rudderlabs/production-staging
Browse files Browse the repository at this point in the history
product is not defined
  • Loading branch information
sayan-mitra authored Jan 11, 2021
2 parents 72a6227 + 54a826b commit fed9067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/FacebookPixel/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class FacebookPixel {
var contents = [];

for (var i = 0; i < products.length; i++) {
var pId = product.product_id;
var pId = products[i].product_id;
contentIds.push(pId);
var content = {
id: pId,
Expand Down

0 comments on commit fed9067

Please sign in to comment.