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 569da74 commit 988164dCopy full SHA for 988164d
src/ApiRequest.php
@@ -52,7 +52,7 @@ private function sendGetRequest(string $api): array
52
$requestHttpVerb = 'GET';
53
54
if ($this->localModeIsOn) {
55
- $urlToPostTo = self::LOCAL_HOST;
+ $urlToPostTo = self::LOCAL_HOST . $api;
56
} else {
57
$urlToPostTo = ($this->getSandboxMode() ? self::SANDBOX_HOST : self::HOST) . $api;
58
}
0 commit comments