#Team Seeds-checkout-on-replit

1 messages · Page 1 of 1 (latest)

ionic pendant
#

Hi there, is it producing a request log in your dashboard? What errors are you getting?

upbeat socket
#

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.

ionic pendant
#

I can't view it without logging in. Can you provide a screenshot of the error?

upbeat socket
#

It's almost certainly going to be easier to address if you log in though. Just takes a second

ionic pendant
#

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