Skip to content

Instantly share code, notes, and snippets.

@jessijean
Forked from corsonr/functions.php
Created October 1, 2019 06:57
Show Gist options
  • Save jessijean/d32daa47d880772836799f2cf4b6308e to your computer and use it in GitHub Desktop.
Save jessijean/d32daa47d880772836799f2cf4b6308e to your computer and use it in GitHub Desktop.
WooCommerce Stripe: force customer creation in Stripe
<?php // Do not include this if already open! Code goes in theme functions.php.
/*
* Force customer creation process in Stripe.
*/
add_filter( 'wc_stripe_force_save_source', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment