do_action( 'edds_payment_created', EDD_Payment $payment, StripePaymentIntent|StripeSetupIntent $intent )

Allows further processing after a payment is created.


Description Description


Parameters Parameters

$payment

EDD Payment.

$intent

Created Stripe Intent.


Top ↑

Source Source

File: includes/gateways/stripe/includes/payment-actions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.