You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: