Skip to content

Commit

Permalink
Merge pull request #1062 from cavid90/patch-1
Browse files Browse the repository at this point in the history
Custom cache directory line was not written
  • Loading branch information
jaypatel512 authored Feb 14, 2018
2 parents 4e542cb + bdf42fb commit 619d89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 619d89a

Please sign in to comment.