Find out how to integrate stripe js to your Respond applications! We will be masking location up, using your api key, stripe factors, the useElement and useStripe hooks.
So basically after you submit and create the paymentMethod you store that id from the purchase, this purchase is only logged in stripe as the total amount/cost but you take that id and fetch the items that are stored in some state with redux or so and save them all together in a database record. so the item of your orders are in the database along with the id. and the user address and payment info is listed when you log into your stripe account. Did I get it right?
Thanks for another awesome tutorial! Would love to follow along with a user authentication part of this online store! How would one go about incorporating user auth into the current application? I figure context would be the best route, but at what level would you apply the Provider? Or would there be a better way to accomplish that?
react is the best !!
I love React!
I love React!!!
So basically after you submit and create the paymentMethod you store that id from the purchase, this purchase is only logged in stripe as the total amount/cost but you take that id and fetch the items that are stored in some state with redux or so and save them all together in a database record. so the item of your orders are in the database along with the id. and the user address and payment info is listed when you log into your stripe account. Did I get it right?
Hola Mark,
Hello world and happy hacking.
How are you? How is going?
Happy Christmas 🎄
Thanks for another awesome tutorial! Would love to follow along with a user authentication part of this online store! How would one go about incorporating user auth into the current application? I figure context would be the best route, but at what level would you apply the Provider? Or would there be a better way to accomplish that?