CCirbo / Little_Shop

1 stars 2 forks source link

Wrote test, added route and action for post #39

Closed MDelarosa1993 closed 3 weeks ago

MDelarosa1993 commented 3 weeks ago

Added Merchant Creation Endpoint and Tests

jimmacur commented 3 weeks ago

The updates made in this pull request address the issue with the POST /api/v1/merchants request parameters and align the test case with the expected format. We'll have to keep an eye out for merge conflicts as all the files come in.

CCirbo commented 3 weeks ago

“Great job on adding the merchant creation endpoint! The create action looks solid, and I appreciate how you’ve updated the routes to accommodate the new functionality. The tests are thorough and cover the expected response well. Everything seems in line with the overall API structure. Nice work!”