apply_filters( 'edds_create_customer_args', array $customer_args , array $purchase_data )
Filters the arguments used to create a Customer in Stripe.
Description Description
Parameters Parameters
- $customer_args
-
Arguments to create a Stripe Customer. @link <a href="https://stripe.com/docs/api/customers/create">https://stripe.com/docs/api/customers/create</a>
- $purchase_data
-
Cart purchase data if in the checkout context. Empty otherwise.
Source Source
File: includes/gateways/stripe/includes/card-actions.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |