Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created June 29, 2018 08:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save corsonr/22a55cb9395020ac3ecebeb430a22300 to your computer and use it in GitHub Desktop.
Save corsonr/22a55cb9395020ac3ecebeb430a22300 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