Skip to content

Commit

Permalink
Update offering items URL
Browse files Browse the repository at this point in the history
To select all offerings, edition needs to be specified
  • Loading branch information
arnowest authored Aug 13, 2024
1 parent 2de2a8e commit 960a6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/OfferingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class OfferingClient
{
private const OFFERING_ITEMS = 'tenants/%s/offering_items';
private const OFFERING_ITEMS = 'tenants/%s/offering_items?edition=*';

private RestClientInterface $client;

Expand Down

0 comments on commit 960a6b0

Please sign in to comment.