#Team Seeds-checkout-on-replit
1 messages · Page 1 of 1 (latest)
Hi there, is it producing a request log in your dashboard? What errors are you getting?
To our Stripe dashboard?
You can see and edit the full code in the replit here:
You can see the error it's throwing there as well.
I can't view it without logging in. Can you provide a screenshot of the error?
It's almost certainly going to be easier to address if you log in though. Just takes a second
Ah, yeah. That's a Javascript error.
For whatever reason parseint() is evaluating to NaN:
unit_amount: parseInt(donationAmount * 100, 10),
Depending on what the input type is, you might want to try doing a console.log(); at each step to figure out why parseint() is not converting the input to an integer