HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

Frontend: Added payment button and redirect to order confirmation #266

Closed Jul-S closed 2 years ago

Jul-S commented 2 years ago

Description

After clicking Paypal button on Order review Page user will be redirected to a window with payment system and on Success to order Confirmation page. Order status is chanegd to payed in DB

Additionaly added:

  1. api route to change order status: PATCH api/orders
  2. authorisation on OrdersPage - user can only see his orders
  3. payment button will not show if order status is not payed

Fixes #216

How to test?

npm run dev => create order => click paypal button => Login to payment with test user (ask me)

Checklist