Merge pull request #621 from modGTB/master

set expiryBufferTime
This commit is contained in:
Jay
2016-08-06 13:44:07 -05:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ class OAuthTokenCredential extends PayPalResourceModel
* *
* @var int $expiryBufferTime * @var int $expiryBufferTime
*/ */
private static $expiryBufferTime = 120; public static $expiryBufferTime = 120;
/** /**
* Client ID as obtained from the developer portal * Client ID as obtained from the developer portal