From bdf42fbf9d40cca42997542eb3d5a56572635338 Mon Sep 17 00:00:00 2001 From: cavid90 Date: Thu, 15 Feb 2018 00:39:53 +0400 Subject: [PATCH] Custom cache directory line was not written I added line which helps to add custome cache directory instead of using prebuilt $CACHE_PATH --- sample/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sample/bootstrap.php b/sample/bootstrap.php index 5f68584..26f1ef9 100644 --- a/sample/bootstrap.php +++ b/sample/bootstrap.php @@ -88,6 +88,7 @@ function getApiContext($clientId, $clientSecret) 'log.FileName' => '../PayPal.log', 'log.LogLevel' => 'DEBUG', // PLEASE USE `INFO` LEVEL FOR LOGGING IN LIVE ENVIRONMENTS 'cache.enabled' => true, + //'cache.FileName' => '/PaypalCache' // for determining paypal cache directory // 'http.CURLOPT_CONNECTTIMEOUT' => 30 // 'http.headers.PayPal-Partner-Attribution-Id' => '123123123' //'log.AdapterFactory' => '\PayPal\Log\DefaultLogFactory' // Factory class implementing \PayPal\Log\PayPalLogFactory