Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-drzewiecki committed Apr 30, 2015
2 parents 1b57c6d + 3d77be4 commit 76ca480
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MangoPay SDK
Mangopay SDK
=================================================
MangoPaySDK is a Java client library to work with
[MangoPay REST API](http://docs.mangopay.com/api-references/).
MangopaySDK is a Java client library to work with
[Mangopay REST API](http://docs.mangopay.com/api-references/).


Installation
Expand All @@ -18,7 +18,7 @@ under any classpath/location that will be available for imports in your project:

License
-------------------------------------------------
MangoPaySDK is distributed under MIT license, see LICENSE file.
MangopaySDK is distributed under MIT license, see LICENSE file.


Unit Tests
Expand Down Expand Up @@ -56,7 +56,7 @@ Client creation example (you need to call it only once)
Configuration
-------------------------------------------------
See the example above and call `api.Clients.create` once to get your passphrase.
Then set `api.Config.ClientId` to your MangoPay Client ID and
Then set `api.Config.ClientId` to your Mangopay Client ID and
`api.Config.ClientPassword` to your passphrase.

`api.Config.BaseUrl` is set to sandbox environment by default. To enable production
Expand All @@ -71,7 +71,7 @@ environment, set it to `https://api.mangopay.com`.
// configuration
api.Config.ClientId = "your-client-id";
api.Config.ClientPassword = "your-client-password";
//api.Config.BaseUrl = "https://mangopay-api.leetchi.com";
//api.Config.BaseUrl = "https://api.mangopay.com";

// call some API methods...
List<User> users = api.Users.getAll();
Expand Down

0 comments on commit 76ca480

Please sign in to comment.