You are here

constant COMMERCE_STRIPE_PI_REQUIRES_CAPTURE in Commerce Stripe Payment Intent 7

4 uses of COMMERCE_STRIPE_PI_REQUIRES_CAPTURE
commerce_stripe_pi_capture in ./commerce_stripe_pi.module
Capture a transaction.
commerce_stripe_pi_commerce_checkout_complete in ./commerce_stripe_pi.module
Implements hook_commerce_checkout_complete().
commerce_stripe_pi_create_transaction in ./commerce_stripe_pi.module
Create a transaction.
commerce_stripe_pi_submit_form in ./commerce_stripe_pi.module
Payment method callback: checkout and terminal form.

File

./commerce_stripe_pi.module, line 27
Payment intent stripe payment integration.

Code

define('COMMERCE_STRIPE_PI_REQUIRES_CAPTURE', 'requires_capture');