Skip to content

Commit

Permalink
Fixing the missing URL for the Package
Browse files Browse the repository at this point in the history
  • Loading branch information
toddcornett committed Jan 9, 2020
1 parent d494fdf commit c91ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Restforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function getOAuthRestClient(): RestClientInterface
if ($this->oAuthRestClient === null) {
$this->oAuthRestClient = new OAuthRestClient(
new SalesforceRestClient(
new GuzzleRestClient('https://na1.salesforce.com'),
new GuzzleRestClient($this->guzzleUrl),
$this->apiVersion
),
new GuzzleRestClient($this->authUrl),
Expand Down

0 comments on commit c91ca7f

Please sign in to comment.