HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

Add functionalities to the Shopping Cart Page Buttons (REVIEW ORDER & KEEP SHOPPING) #265

Closed BikramRawat closed 2 years ago

BikramRawat commented 2 years ago

Description

Added functionalities to the Shopping Cart Page Buttons (REVIEW ORDER & KEEP SHOPPING)

Fixes

239

How to test?

usingnpm run dev

Checklist

varsha84 commented 2 years ago

I just check now and getting this error on "REVIEW ORDER" button click image

BikramRawat commented 2 years ago

hi @varsha84 can you specify what is the actual error message ?

varsha84 commented 2 years ago

hi @varsha84 can you specify what is the actual error message ?

Hi Birkram, when clicking on the review item, I am getting HTTP response 500 response = Response {type: 'basic', url: 'http://localhost:3000/api/orders', redirected: false, status: 500, seems like error while creating a order. I don't know, it could be from my side. CartPage.Container.js:33 POST http://localhost:3000/api/orders 500 (Internal Server Error)