constant COMMERCE_STRIPE_PI_SUCCEEDED in Commerce Stripe Payment Intent 7
3 uses of COMMERCE_STRIPE_PI_SUCCEEDED
- 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 26 - Payment intent stripe payment integration.
Code
define('COMMERCE_STRIPE_PI_SUCCEEDED', 'succeeded');