do_action( 'edds_confirm_payment_intent', StripePaymentIntent|StripeSetupIntent $intent )
Allows further processing after an Intent is confirmed.
Description Description
Runs for all calls to confirm(), regardless of action needed.
Parameters Parameters
- $intent
-
Stripe intent.
Source Source
File: includes/gateways/stripe/includes/payment-actions.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |