Skip to content

Commit

Permalink
[OBOL] Set expanded tiers
Browse files Browse the repository at this point in the history
Automatic commit for getparthenon/monorepo@33e7fcd
  • Loading branch information
that-guy-iain committed Oct 7, 2024
1 parent e3d7396 commit 68eb6fa
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 @@ -102,6 +102,7 @@ public function list(int $limit = 10, ?string $lastId = null): array
if (isset($lastId) && !empty($lastId)) {
$payload['starting_after'] = $lastId;
}
$payload['expand'] = ['data.tiers'];
$result = $this->stripe->prices->all($payload);
$output = [];

Expand Down

0 comments on commit 68eb6fa

Please sign in to comment.