Woocommerce Payments locally doesn’t work
-
So I need to get running this plugin locally to test validation and those things.
I am getting this error on VVV
Si è verificato un problema durante la connessione a WordPress.com: "Your site host "woocommerce.test" is on a private network. Jetpack can only connect to public sites."
But I don’t want that a local dev website connect to an external website…I added in wp-config.php:
define( 'WCPAY_DEV_MODE', true ); define( 'JETPACK_DEV_DEBUG', true ); define( 'WP_ENVIRONMENT_TYPE', 'development' );But this is not enough to complete the installation and the documentation is not helpful. I am trying patching the plugin but seems that doesn’t care and still try to connect to jetpack and stripe to finish the activation.
The topic ‘Woocommerce Payments locally doesn’t work’ is closed to new replies.