From 96abee09e802ad6b3e3a6f06cc366c3a959be773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pu=C5=9Blecki?= Date: Wed, 20 Nov 2013 11:37:37 +0100 Subject: [PATCH] Change Readme file - set new base URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();