Skip to content

Commit fe7e971

Browse files
committed
Follow string quote convention
1 parent c70bd52 commit fe7e971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AuthHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public static function getAccessToken()
171171
$response = HttpRequestJson::post($config['AdminUrl'] . 'oauth/access_token', $data);
172172

173173
if (CurlRequest::$lastHttpCode >= 400) {
174-
throw new SdkException('The shop is invalid or the authorization code has already been used.');
174+
throw new SdkException("The shop is invalid or the authorization code has already been used.");
175175
}
176176

177177
return isset($response['access_token']) ? $response['access_token'] : null;

0 commit comments

Comments
 (0)