Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Nov 18, 2024
1 parent a81e8b4 commit dadaeed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ public function listEvents(?string $eventType, ?string $search, ?DateTime $start
$params['event_type'] = $eventType;
}

// can be an event id or a transaction id, but maybe other fields are supported
// supported: event id, transaction id, but maybe other fields are supported
// not supported: billing agreement
if ($search) {
$params['transaction_id'] = $search;
}
Expand Down

0 comments on commit dadaeed

Please sign in to comment.