Skip to content

Commit

Permalink
Fix swagger doc for CustomerGroup shopIds
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm committed Dec 11, 2024
1 parent d75f2b0 commit 2c4a2ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ApiPlatform/Resources/CustomerGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class CustomerGroup
public bool $displayPriceTaxExcluded;

public bool $showPrice;


#[ApiProperty(openapiContext: ['type' => 'array', 'items' => ['type' => 'integer']])]
public array $shopIds;
}

0 comments on commit 2c4a2ea

Please sign in to comment.