I keep getting these errors:
exception 'Stripe_CardError' with message 'The 'exp_month' parameter should be an integer (instead, is false).' in /httpdocs/hosting/modules/gateways/stripe-php/lib/Stripe/ApiRequestor.php:92
Stack trace:
#0 /httpdocs/hosting/modules/gateways/stripe-php/lib/Stripe/ApiRequestor.php(136): Stripe_ApiRequestor->handleApiError('{? "error": {?...', 402, Array)
#1 /httpdocs/hosting/modules/gateways/stripe-php/lib/Stripe/ApiRequestor.php(74): Stripe_ApiRequestor->_interpretResponse('{? "error": {?...', 402)
#2 /httpdocs/hosting/modules/gateways/stripe-php/lib/Stripe/ApiResource.php(76): Stripe_ApiRequestor->request('post', '/v1/customers', Array)
#3 /httpdocs/hosting/modules/gateways/stripe-php/lib/Stripe/Customer.php(26): Stripe_ApiResource::_scopedCreate('Stripe_Customer', Array, NULL)
#4 /httpdocs/hosting/modules/gateways/stripe.php(254): Stripe_Customer::create(Array)
#5 /httpdocs/hosting/includes/ccfunctions.php(0): stripe_storeremote(Array)
#6 /httpdocs/hosting/creditcard.php(0): updateCCDetails()
#7 {main}