nss-evening-cohort-12 / bangazon-api-medlenmage

bangazon-api-medlenmage created by GitHub Classroom
0 stars 1 forks source link

Cart resource has duplicate line items #2

Closed hannahhall closed 3 years ago

hannahhall commented 3 years 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.

medlenmage commented 3 years ago

1 point