Skip to content

Commit

Permalink
Replace non-existing parameter baseUrl with correct base_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Fasano committed Sep 2, 2022
1 parent 6cd1f9b commit 5d91f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use Rebilly\Client;
// Instantiate Rebilly client.
$client = new Client([
'apiKey' => ApiKeyProvider::env(),
'baseUrl' => Client::SANDBOX_HOST,
'base_uri' => Client::SANDBOX_HOST,
]);
```

Expand Down

0 comments on commit 5d91f9f

Please sign in to comment.