do_action( 'edds_update_payment_intent', string $intent_id )
Allows processing before a PaymentIntent is updated.
Description Description
Parameters Parameters
- $intent_id
-
Stripe PaymentIntent ID.
Source Source
File: includes/gateways/stripe/includes/payment-actions.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |