2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

improve responses and enable casting int to float for price #68

Closed kdokm closed 2 years ago

kdokm commented 2 years ago

The success response will contain created items in the shopcart. If the user tries creating a shopcart that already has items in it, it will show proper error message. In addition, prices parsed in json now can be int also.