do_action( 'edds_process_purchase_form', array $purchase_data, StripePaymentIntent|StripeSetupIntent $intent, int $payment_id )

Allows further processing after an Intent is created.


Description Description


Parameters Parameters

$purchase_data

Purchase data.

$intent

Created Stripe Intent.

$payment_id

EDD Payment ID.


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.