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
I had an issue where the query params did not seems to be included into the GET request. I found out that, when the token was expired, a retry was done after a token refresh. Upon this retry, the $rawData variable was not passed to the call method.
I had an issue where the query params did not seems to be included into the GET request. I found out that, when the token was expired, a retry was done after a token refresh. Upon this retry, the $rawData variable was not passed to the call method.
In the file :
/src/Client.php
at line 200The fix is
The text was updated successfully, but these errors were encountered: