Authorization Cache to use both boolean and string in configuration

- both true and 'true' will enable authorization cache
This commit is contained in:
japatel
2014-12-22 14:09:48 -06:00
parent 4cb951f8b2
commit d69ecbc170
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ function getApiContext($clientId, $clientSecret)
'log.FileName' => '../PayPal.log',
'log.LogLevel' => 'FINE',
'validation.level' => 'log',
'cache.enabled' => 'true',
'cache.enabled' => true,
// 'http.headers.PayPal-Partner-Attribution-Id' => '123123123'
)
);