MinhazH99 / orders101

Basic order management system project
https://orders101.vercel.app
0 stars 0 forks source link

Create an order summary page once user has checked out #56

Open MinhazH99 opened 8 months ago

MinhazH99 commented 8 months ago

Create HTML page for order summary

Utilise the PATCH endpoint within the ProductService - reduce stock level by how many the user buys.

Utilise the POST endpoint within the ProductService

saraingmar commented 8 months ago

Discussed: