CoreyWarren / coldcmerch.com

Creating a Django/React/JWT/Redux E-Commerce store for my good friends in Cold Cut. Shout out to Elmar, Lou, and Brian.
1 stars 0 forks source link

Create and Test "Checkout Cart" Page and API #41

Closed CoreyWarren closed 1 year ago

CoreyWarren commented 1 year ago

Note: After some testing, it seems that Backend client secret setup and such must be configured before we can really test the front-end. This is because Stripe requires the client secret in order to do stuff like render the info input fields. (Sure, we can technically get CheckoutPage.js to display something, but let's focus on backend for now).

CoreyWarren commented 1 year ago

Closing this in favor of more specific issues for the checkout page. Congrats.