Skip to content

Commit

Permalink
Merge pull request #295 from Nosto/hotfix/5.3.3
Browse files Browse the repository at this point in the history
Pass the correct skipPages value
  • Loading branch information
olsi-qose authored Oct 26, 2020
2 parents 87b36aa + 97f45fe commit 12de17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function execute()
$this->account,
$this->customerId,
$this->category,
$x,
$this->skipPages + $x,
$this->includeFilters,
$this->excludeFilters,
$this->activeDomain,
Expand Down

0 comments on commit 12de17b

Please sign in to comment.