Skip to content

Commit

Permalink
[OBOL] Populate event time window
Browse files Browse the repository at this point in the history
Automatic commit for getparthenon/monorepo@5763f30
  • Loading branch information
that-guy-iain committed Oct 7, 2024
1 parent 7d4c4b8 commit d7987d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider/Stripe/PriceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public function populateMeter(Meter $data): Metric
$metric->setAggregation($data->default_aggregation->formula);
$metric->setDisplayName($data->display_name);
$metric->setEventName($data->event_name);
$metric->setEventTimeWindow($data->event_time_window);

return $metric;
}
Expand Down

0 comments on commit d7987d3

Please sign in to comment.