Vijayagiridharan / Food-Truck-Application-API-

This group is for ACS 567 Software Project Management project "Food Truck Application"
0 stars 0 forks source link

Get all orders that are successful and yet in in process status #51

Closed parisha6 closed 3 months ago

parisha6 commented 4 months ago

As a admin developer I should be able to see all the orders whose payment is successful and is not yet processed.

Get only those records whose payment status is successful and Order status is In process

Request - Get all

Response

parisha6 commented 3 months ago

this is done