Skip to content

Commit

Permalink
Update RemoveItemConfiguration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Dec 6, 2024
1 parent b6e143d commit b60e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kimsufi/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (s *Service) AddItemConfiguration(cartID string, itemID int, configuration
return &resp, nil
}

// ConfigureItem configures an item in the cart with the given configurations.
// RemoveItemConfiguration removes a configuration from an item in the cart.
func (s *Service) RemoveItemConfiguration(cartID string, itemID, configurationID int) error {
u := fmt.Sprintf("/order/cart/%s/item/%d/configuration/%d", cartID, itemID, configurationID)

Expand Down

0 comments on commit b60e01e

Please sign in to comment.