A client of mine wants to change payment service provider in his WooCommerce store. He has a few hundred existing subscriptions that need to be transferred to this new PSP. Basically, everything is done in order to do this, except for the configuration in WooCommerce. WooCommerce needs to know to use the new payment plugin's code to renew subscriptions. I know of the existence of this integration method but that's not the issue. That integration allows you to add the required metadata to orders (like credit card tokens) in the WooCommerce UI. That has already been done. I changed the _payment_method
post meta of a test subscription to my payment method identifier and I set _requires_manual_renewal
identifier to false
however, for some reason in the UI it still says Manual Renewal
under payment method.
What things do I have to change in the database in order to change the payment method?