mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
change credentials, endpoint urls, plugin url, js sdk date
This commit is contained in:
parent
04da406447
commit
2996bdbe8b
6 changed files with 32 additions and 19 deletions
|
@ -40,11 +40,8 @@ return array(
|
|||
* @var Environment $env
|
||||
*/
|
||||
|
||||
/**
|
||||
* ToDo: Add production platform client Id.
|
||||
*/
|
||||
return $env->current_environment_is( Environment::SANDBOX ) ?
|
||||
'AQB97CzMsd58-It1vxbcDAGvMuXNCXRD9le_XUaMlHB_U7XsU9IiItBwGQOtZv9sEeD6xs2vlIrL4NiD' : '';
|
||||
CONNECT_WOO_SANDBOX_CLIENT_ID : CONNECT_WOO_CLIENT_ID;
|
||||
},
|
||||
'button.smart-button' => static function ( $container ): SmartButtonInterface {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue