diff --git a/src/Picqer/Financials/Exact/Connection.php b/src/Picqer/Financials/Exact/Connection.php index fb814b81..08ba2c76 100644 --- a/src/Picqer/Financials/Exact/Connection.php +++ b/src/Picqer/Financials/Exact/Connection.php @@ -582,7 +582,7 @@ private function tokenHasExpired() return true; } - return ($this->tokenExpires - 60) < time(); + return ($this->tokenExpires - 10) < time(); } private function formatUrl($endPoint, $includeDivision = true, $formatNextUrl = false)