From 1ed0d8cb99e225bd8d12771cae197975e879f234 Mon Sep 17 00:00:00 2001 From: modGTB Date: Thu, 4 Aug 2016 20:50:07 +0200 Subject: [PATCH] set expiryBufferTime possibility to set expiryBufferTime for OAuthTokenCredential --- lib/PayPal/Auth/OAuthTokenCredential.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PayPal/Auth/OAuthTokenCredential.php b/lib/PayPal/Auth/OAuthTokenCredential.php index 521de2a..949fb86 100644 --- a/lib/PayPal/Auth/OAuthTokenCredential.php +++ b/lib/PayPal/Auth/OAuthTokenCredential.php @@ -31,7 +31,7 @@ class OAuthTokenCredential extends PayPalResourceModel * * @var int $expiryBufferTime */ - private static $expiryBufferTime = 120; + public static $expiryBufferTime = 120; /** * Client ID as obtained from the developer portal