I\'m implementing Stripe into a django website and everything is working except for one part. In my cart, users can update the items which changes the total. Everything is w
OR you can just use the following code before clicking the stripe button ;-)
StripeCheckout.__app.configurations.button0.amount = 1234; $('#stripe-button').click();