diff --git a/README.md b/README.md index c05bcd4c..6556e9f2 100644 --- a/README.md +++ b/README.md @@ -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();