Skip to content

Commit

Permalink
explain better
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Jan 2, 2020
1 parent ab7bfd0 commit 0069875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/order-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ you took the timestamp in the response. This will be explained again
in the provided [example](#example-usage).

Keep in mind that since you can have more than one order per `since`,
you must not do `since: last_order.inserted_at_ts + 1`.
you must not do `since: last_order.inserted_at_ts + 1`, but keep the
last order you received's `reference` and ignore the duplicate.

### Example Request

Expand Down

0 comments on commit 0069875

Please sign in to comment.