constant STRIPE_PAYMENT_STATUS_UNKNOWN_ERROR in Stripe 7
A payment with a failed charge because an unknown error occurred at execution.
3 uses of STRIPE_PAYMENT_STATUS_UNKNOWN_ERROR
- StripePaymentMethodController::execute in stripe_payment/
includes/ StripePaymentMethodController.inc - Execute a payment.
- StripePaymentMethodController::statusFromCardErrorCode in stripe_payment/
includes/ StripePaymentMethodController.inc - Map a card error code to a Payment status.
- stripe_payment_payment_status_info in stripe_payment/
stripe_payment.module - Implements hook_payment_status_info().
File
- stripe_payment/
stripe_payment.module, line 79 - Stripe Payment module.
Code
define('STRIPE_PAYMENT_STATUS_UNKNOWN_ERROR', 'STRIPE_PAYMENT_STATUS_UNKNOWN_ERROR');