Skip to content

Commit

Permalink
Update test client credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey authored Sep 27, 2016
1 parent 71534c9 commit db24ebc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/cases/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ protected function buildNewMangoPayApi() {
$api->Config->ClientId = 'sdk-unit-tests';

// sandbox environment:
// $api->Config->BaseUrl = 'https://api.sandbox.mangopay.com';
// $api->Config->ClientPassword = 'cqFfFrWfCcb7UadHNxx2C9Lo6Djw8ZduLi7J9USTmu8bhxxpju';
$api->Config->BaseUrl = 'https://api-test.mangopay.com';
$api->Config->ClientPassword = '9RMGpwVUwFLK0SurxObJ2yaadDcO0zeKFKxWmthjB93SQjFzy0';
$api->Config->BaseUrl = 'https://api.sandbox.mangopay.com';
$api->Config->ClientPassword = 'cqFfFrWfCcb7UadHNxx2C9Lo6Djw8ZduLi7J9USTmu8bhxxpju';

$api->OAuthTokenManager->RegisterCustomStorageStrategy(new \MangoPay\Tests\MockStorageStrategy());

Expand Down

0 comments on commit db24ebc

Please sign in to comment.