I have followed the Stripe Checkout Turorial and have added the "e" to the function parameter. But yet I still get the error that I can't charge a customer?
the e is the event submitted by the form, by calling the preventDefault() method you are stopping the form from submitting, this has nothing to do with the stripe code
I am currently away from my PC at the moment. But the specific error I am getting is found on Jefferys video. Stripe Checkout Episode 2 at around the half way point. And I am under test mode
I'm not sure what you mean WebKenth - Jeffery has the same error prior to adding the e.preventdefault...and then he adds it to the form and it works. I'm getting the same error wether I have the preventdefault or not.