Forums
(@digitalnamers)
8 years, 1 month ago
After looking at the code, I believe this can be accomplished using the filter:
add_filter( 'wc_stripe_force_customer_creation', '__return_true' );
Is this the proper usage?
Thanks, Jon