You are here

constant STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_MONTH in Stripe 7

A payment with a failed charge because of an invalid expiry month.

1 use of STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_MONTH
stripe_payment_payment_status_info in stripe_payment/stripe_payment.module
Implements hook_payment_status_info().

File

stripe_payment/stripe_payment.module, line 24
Stripe Payment module.

Code

define('STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_MONTH', 'STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_MONTH');