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

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

update payment fetch to accept customer Id #44

Closed lsand18 closed 4 days ago

lsand18 commented 4 days ago

Description of PR that completes issue here...

payment type fetch was returning all payment types, then only payment types for customer #4. - now returns for customer that is logged in

Changes

-updated current user to accept an interpolated value instead of static integer

Requests / Responses

same response, just changed to dynamic request

Testing

Description of how to test code...

-see client side PR

Related Issues