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.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
unknown Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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