remove test key and secret

This commit is contained in:
David Remer 2020-07-09 09:07:41 +03:00
parent c60b225c3b
commit 8388644906

View file

@ -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');