You are here

constant STRIPE_PAYMENT_STATUS_INVALID_REQUEST in Stripe 7

A payment with a failed charge because an invalid request was used at execution.

2 uses of STRIPE_PAYMENT_STATUS_INVALID_REQUEST
StripePaymentMethodController::execute in stripe_payment/includes/StripePaymentMethodController.inc
Execute a payment.
stripe_payment_payment_status_info in stripe_payment/stripe_payment.module
Implements hook_payment_status_info().

File

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

Code

define('STRIPE_PAYMENT_STATUS_INVALID_REQUEST', 'STRIPE_PAYMENT_STATUS_INVALID_REQUEST');