Forced Save Card (Customer Creation) Not Working
-
Greetings,
I am using the filter, add_filter( ‘wc_stripe_force_save_source’, ‘__return_true’ );, because I need to have the checkbox for “SAVE PAYMENT INFORMATION TO MY ACCOUNT FOR FUTURE PURCHASES.” on the checkout page to be checked by default. The customer is buying into a monthly order system that automatically creates the order and charges the customer each month.
However, this filter does not default the save payment checkbox to checked and we are having to login as customer and charge their card manually.
Is this still the preferred way to set the Save Payment checkbox to checked? If not, what would be the best way to accomplish this programmatically? If so, what might cause it to not be working?
Thanks in advance for your help.
The page I need help with: [log in to see the link]
- The topic ‘Forced Save Card (Customer Creation) Not Working’ is closed to new replies.