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