Quote Originally Posted by hasnatrokon View Post
I installed the module on my site and it is currently running in test mode (working on ssl). However, when I try to run a dummy transaction, I get the following error:

the 'exp_month' parameter should be an integer (instead, is undefined).

Any insight at all would be greatly appreciated!
Hi,

I am also having this issue. I have tried to do some debugging in stripepay.php

Line 306 is where the "exp_month" variable is set as follows:
$confirmation('title') .= 'exp_month: $(\'.card-expiry-month\').val(), 'exp_year: $(\'.card-expiry-year\').val()

When I take out the "'exp_month: $(\'.card-expiry-month\').val()" and replace it with "10", it accepts this hardcoded value and gives me an error that "exp_year" is missing, when I set the exp_year value manually it is continues to ask for the credit card number.

So basically it doesn't seem as if the values on the form are being collected and passed to the variables. Im not a developer so this is as good as it gets from me unfortunately! I would really like to see this mod fixed and begin using stripe