I have been using your stripe module addon for WHMCS for sometime now. Today I had a client try to place an order and the error being recorded in the Stripe Log is (NOTE I XXXXXXXXXXX OUT THE SENSITIVE INFO):
Parsed Request Query Parameters
card:
number: "undefined"
cvc: "undefined"
exp_month: "undefined"
exp_year: "undefined"
name: "XXXXXXXXXXX"
address_line1: "XXXXXXXXXXX"
address_line2: ""
address_city: "XXXXXXXXXXX"
address_state: "XXXXXXXXXXX"
address_zip: "XXXXXXXXXXX"
address_country: "XXXXXXXXXXX"
key: "XXXXXXXXXXX"
callback: "XXXXXXXXXXX"
_method: "POST"
Response Body
error:
message: "The 'exp_month' parameter should be an integer (instead, is undefined)."
type: "card_error"
param: "exp_month"
code: "invalid_number"
We are using a copy of the default WHMCS with just some CSS edits to it. Nothing has been touched in terms on the checkout or order forms. We gladly will pay for support, just not sure where to do so. We need to get this up and running again. We are running 5.3.8 of WHMCS The modules/gateways/stripe.php file doesn't have a version number in it, but says Copyright © 2013, Hosting Playground Inc
bluehivehost.com is the domain the WHMCS install is located.