Skip to content

Commit

Permalink
Revert "Fix failing event meter tests (#1707)"
Browse files Browse the repository at this point in the history
This reverts commit b7b5a45.
  • Loading branch information
driesvints committed Aug 20, 2024
1 parent ed96e58 commit 3a15eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/ManagesUsageBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function meterEventSummaries(string $meterId, array $options = [], array
{
$this->assertCustomerExists();

$startTime = $options['start_time'] ?? 1;
$startTime = $options['start_time'] ?? $this->created_at->timestamp;

$endTime = $options['end_time'] ?? time();

Expand Down

0 comments on commit 3a15eff

Please sign in to comment.