Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Checkout flow #37

Open Nostromos opened 5 months ago

Nostromos commented 5 months ago

The checkout page should display the current cart items and allow users to complete their purchase.

Stripe is a popular payment processor you can use. Refer to this documentation for more information on integrating Stripe into a React project (Stripe Elements). Remember to modify your REST API endpoint for handling charges to utilize Stripe. After you finish implementing this, feel free to use test card numbers from here to test your new feature.