Skip to content

Commit 0b74c89

Browse files
committed
MAGE-1201 Fix Looking Similar validation bug
1 parent 44e566c commit 0b74c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/RecommendManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getTrendingItemsRecommendation(): array
7575
*/
7676
public function getLookingSimilarRecommendation(string $productId): array
7777
{
78-
return $this->getRecommendations($productId, 'bought-together');
78+
return $this->getRecommendations($productId, 'looking-similar');
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)