day-cohort-70 / bangazon-api-i-like-planes-api

bangazon-api-i-like-planes-api created by GitHub Classroom
1 stars 0 forks source link

Bug: Cart resource has duplicate line items #3

Closed stevebrownlee closed 3 months ago

stevebrownlee commented 3 months ago

When a client requests the /profile/cart resource, the following two keys are on the response object.

  1. lineitems
  2. line_items

The line_items key needs to be removed from the response.