mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
change to new connect endpoints
This commit is contained in:
parent
ffeeb1a7ea
commit
346973b39c
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue