Skip to content

Commit

Permalink
Merge branch 'feature/integration-tests' into feature/get-item-proper…
Browse files Browse the repository at this point in the history
…ties-setup
  • Loading branch information
foglcz committed Dec 5, 2017
2 parents 96c7edd + 02ca722 commit e5aa9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
### Added
- Commands which include user now implements `UserAwareInterface` and `getUserId()` method (ie. Interaction, Sorting, UserMerge, UserRecommendation).
- Custom request ID could be passed to a request (via `setRequestId()` method of request builders). If none is set, random request ID is generated.
- Response ID could be read from the response via `getRequestId()` method of the Response object.

### Changed
- Validate all commands of `recommendation()` and `sorting()` request involve the same user.
- Response ID could be read from the response via `getRequestId()` method of the Response object.
- Validate Item properties to not contain `$property['item_id']` as that would redefine the primary key in Matej database.
- Validate Item property setup to not set up property named `item_id` as that would conflict with the primary key in Matej database.

Expand Down

0 comments on commit e5aa9f9

Please sign in to comment.