This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Fix response set to null problem
Chris-Pratt-Clystnet
released this
15 Jun 13:03
·
38 commits
to master
since this release
To fix a case in the login and get token functions where the original response is getting set to null after running $response->getBody()->getContents() we have taken a separate copy of the response before processing it.