mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
remove test key and secret
This commit is contained in:
parent
c60b225c3b
commit
8388644906
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@ return [
|
|||
$pool = $cacheFactory->createCachePool('ppcp-token');
|
||||
$key = $container->get('api.key');
|
||||
$secret = $container->get('api.secret');
|
||||
//ToDo: Remove Test Key and Secret
|
||||
//$key = 'AQB97CzMsd58-It1vxbcDAGvMuXNCXRD9le_XUaMlHB_U7XsU9IiItBwGQOtZv9sEeD6xs2vlIrL4NiD';
|
||||
//$secret = 'EILGMYK_0iiSbja8hT-nCBGl0BvKxEB4riHgyEO7QWDeUzCJ5r42JUEvrI7gpGyw0Qww8AIXxSdCIAny';
|
||||
|
||||
$host = $container->get('api.host');
|
||||
$logger = $container->get('woocommerce.logger.woocommerce');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue