change to new connect endpoints

This commit is contained in:
David Remer 2020-10-05 15:29:49 +03:00
parent ffeeb1a7ea
commit 346973b39c

View file

@ -41,9 +41,9 @@ return array(
// ToDo: Real connect.woocommerce.com.
if ( $environment->current_environment_is( Environment::SANDBOX ) ) {
return 'http://connect-woo.wpcust.com';
return 'http://connect-woo.wpcust.com/ppcsandbox';
}
return 'http://connect-woo.wpcust.com';
return 'http://connect-woo.wpcust.com/ppc';
},
'api.paypal-host' => function( $container ) : string {