We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc754c3 commit 2f0f291Copy full SHA for 2f0f291
src/OAuth/MagentoServer.php
@@ -48,7 +48,7 @@ protected function createTemporaryCredentials($body): TemporaryCredentials
48
{
49
parse_str($body, $data);
50
51
- if (! $data ) {
+ if (! $data) {
52
throw new CredentialsException('Unable to parse temporary credentials response.');
53
}
54
0 commit comments