You are here

constant STRIPE_PAYMENT_STATUS_UNCAPTURED in Stripe 7

A payment with a charge created without capturing and still un-captured.

2 uses of STRIPE_PAYMENT_STATUS_UNCAPTURED
StripePaymentMethodController::statusFromCharge in stripe_payment/includes/StripePaymentMethodController.inc
Map a Strip Charge object 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 89
Stripe Payment module.

Code

define('STRIPE_PAYMENT_STATUS_UNCAPTURED', 'STRIPE_PAYMENT_STATUS_UNCAPTURED');