Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose endpoint to fetch orders by customer Id #508

Open
rajadilipkolli opened this issue Sep 12, 2023 · 1 comment · Fixed by #537
Open

expose endpoint to fetch orders by customer Id #508

rajadilipkolli opened this issue Sep 12, 2023 · 1 comment · Fixed by #537

Comments

@rajadilipkolli
Copy link
Owner

rajadilipkolli commented Sep 12, 2023

As a customer, I would like to see the status of the orders created.

Technical Implementation:

In Order-service microservice we have order details, hence an endpoint should be exposed here which queries by customerId.
Change the response of the Object to include created Date.
Have a paginated API to give response.

Once this is done, we should expose endpoint in payment-service to call this endpoints

@rajadilipkolli rajadilipkolli linked a pull request Oct 5, 2023 that will close this issue
@rajadilipkolli
Copy link
Owner Author

Exposing API in payment-service is pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant