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.
Source Source
File: includes/gateways/stripe/includes/payment-actions.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |