Skip to content

Commit

Permalink
Fix the endpoint of packing group items
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelmajied94abusuliman committed Sep 4, 2024
1 parent e5ada16 commit b07ce1a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ public function listPackingGroupItems(
#[RuleValidator(['size:38'])]
string $inbound_plan_id,
#[RuleValidator(['size:38'])]
string $packing_option_id,
#[RuleValidator(['size:38'])]
string $packing_group_id,
#[RuleValidator(['integer', 'min:1', 'max:100'])]
?int $page_size = null,
Expand All @@ -527,7 +525,6 @@ public function listPackingGroupItems(
->responseClass(ListPackingGroupItemsResponse::class)
->get(
$this->endpoint . self::BASE_PATH . 'inboundPlans/' . $inbound_plan_id
. '/packingOptions/' . $packing_option_id
. '/packingGroups/' . $packing_group_id
. '/items',
array_filter([
Expand Down

0 comments on commit b07ce1a

Please sign in to comment.