Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
FIX: tracking parameter is case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
tuegeb committed Jun 14, 2016
1 parent 2bd4564 commit 906bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/code/community/FACTFinder/Tracking/Block/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getJsonDataObject()

$data[$key] = array(
'id' => $product->getData($idFieldName),
'masterid' => $product->getData($idFieldName),
'masterId' => $product->getData($idFieldName),
'pos' => $product->getPosition(),
'origPos' => $product->getOriginalPosition() ? $product->getOriginalPosition() : $product->getPosition(),
'title' => $product->getName(),
Expand Down

0 comments on commit 906bc2e

Please sign in to comment.