Skip to content

Commit

Permalink
Change Readme file - set new base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-puslecki committed Nov 20, 2013
1 parent 8eed830 commit 96abee0
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 @@ -72,7 +72,7 @@ environment, set it to `https://api.mangopay.com`.
$api->Config->ClientId = 'your-client-id';
$api->Config->ClientPassword = 'your-client-password';
$api->Config->TemporaryFolder = '/some/path/';
//$api->Config->BaseUrl = 'https://mangopay-api.leetchi.com';
//$api->Config->BaseUrl = 'https://api.sandbox.mangopay.com';

// call some API methods...
$users = $api->Users->GetAll();
Expand Down

0 comments on commit 96abee0

Please sign in to comment.