Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamarazuk/2fa437e8024c3f81b181 to your computer and use it in GitHub Desktop.
Save tamarazuk/2fa437e8024c3f81b181 to your computer and use it in GitHub Desktop.
WooCommerce Authorize.net CIM: Force tokenization in the Payment Form
<?php // only copy this line if needed
add_filter( 'wc_authorize_net_cim_credit_card_payment_form_tokenization_forced', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment