You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$date = date("D, d M Y G:i:s ").GlobalParameter::GMT;
When system time zone is not GMT, this line will return the local time string and attach a GMT suffix behind. API call will fail with "UNAUTHORIZED_USER" because of the "iat" field in JWT payload different from current time too much.
The text was updated successfully, but these errors were encountered:
cybersource-rest-client-php/lib/Authentication/Jwt/JsonWebTokenGenerator.php
Line 31 in a9ddad7
When system time zone is not GMT, this line will return the local time string and attach a GMT suffix behind. API call will fail with "UNAUTHORIZED_USER" because of the "iat" field in JWT payload different from current time too much.
The text was updated successfully, but these errors were encountered: