diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaa98f0..e48e416d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning (http://semver.org/). +## 5.3.3 +* Fix page number for CMP request + ## 5.3.2 * Handle token mutability in BatchedCategoryMerchandising diff --git a/src/Operation/Recommendation/BatchedCategoryMerchandising.php b/src/Operation/Recommendation/BatchedCategoryMerchandising.php index bdb4cf4c..c0a0ec64 100644 --- a/src/Operation/Recommendation/BatchedCategoryMerchandising.php +++ b/src/Operation/Recommendation/BatchedCategoryMerchandising.php @@ -150,7 +150,7 @@ public function execute() $this->account, $this->customerId, $this->category, - $x, + $this->skipPages + $x, $this->includeFilters, $this->excludeFilters, $this->activeDomain,