Skip to content

Commit

Permalink
fix(headless): include perPage when building commerce recommendations…
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo authored Oct 25, 2024
1 parent 95ac6a8 commit 2d95730
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const prepareRecommendationsRequestParams = (
country,
currency,
page,
perPage,
} = req;
return {
slotId,
Expand All @@ -36,5 +37,6 @@ const prepareRecommendationsRequestParams = (
country,
currency,
page,
perPage,
};
};

0 comments on commit 2d95730

Please sign in to comment.