set expiryBufferTime

possibility to set expiryBufferTime for OAuthTokenCredential
This commit is contained in:
modGTB
2016-08-04 20:50:07 +02:00
parent d088726e32
commit 1ed0d8cb99

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