Created
February 10, 2016 23:17
-
-
Save tamarazuk/2fa437e8024c3f81b181 to your computer and use it in GitHub Desktop.
WooCommerce Authorize.net CIM: Force tokenization in the Payment Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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