do_action( 'edds_payment_complete', EDD_Payment $payment , string $intent_id )
Allows further processing after a payment is completed.
Description Description
Sends back just the Intent ID to avoid needing always retrieve the intent in this step, which has been transformed via JSON, and is no longer a \Stripe\PaymentIntent
Parameters Parameters
- $payment
-
EDD Payment.
- $intent_id
-
Stripe Intent ID.
Source Source
File: includes/gateways/stripe/includes/payment-actions.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |