Skip to content

Commit e0c2c6f

Browse files
chore: remove visitor_id filter
1 parent 66d1766 commit e0c2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_checks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
$end = new DateTime();
9090

9191
/** @var SearchEventsResponse $result */
92-
list($result, $response) = $client->searchEvents(10, $visitor_id, null, null, null, $start->getTimestamp() * 1000, $end->getTimestamp() * 1000);
92+
list($result, $response) = $client->searchEvents(10, null, null, null, null, $start->getTimestamp() * 1000, $end->getTimestamp() * 1000);
9393
if (is_countable($result->getEvents()) && count($result->getEvents()) > 0 && $result->getEvents()[0]->getProducts()->getIdentification()->getData()->getVisitorId() !== $visitor_id) {
9494
throw new Exception('Argument visitorId is not equal to deserialized getVisitorId');
9595
}

0 commit comments

Comments
 (0)