I've got a problem with Stripe connecting to my e-commerce website based on Django + React.
I've got an e-commerce website in that I want to connect Stripe as a payment system. My website has about 200 products so I want to create a system when [Order.TotalPrice] is taken to Stripe (ofc. from the server side) and Payment is done.
I care about the most trivial version of the code, because I want to add it to my website. I'aint a professionalist, so I really care of simplicity because of my skills. Thanks.!
Thanks, dudes a lot!