do_action( 'edds_process_purchase_form_before_intent', array $purchase_data, StripeCustomer $customer )

Allows processing before an Intent is created, but after a \Stripe\Customer is available.


Description Description


Parameters Parameters

$purchase_data

Purchase data.

$customer

Stripe Customer object.


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.