Skip to content
Snippets Groups Projects
Commit 45155661 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

Fix pagination when fetching user history

Until now the timestamp of the last listed item was used to query the next entries with an earlier
timestamp. That works well most of the time but sometimes it can happen that entries have the
exact same timestamp, especially for item transactions for when you buy multiple products at once.
Now it is using the ids for each type respectively and not the timestamp anymore, which should
make it work perfectly.
parent d9c482e7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment