Updated HttpConfig to use TLSv1 as Cipher List

- Updated PPHttpConfig.php with Cipher List
- Updated Lipp Samples to use proper namespaces. Fixes #156
- Few UI Fixes
This commit is contained in:
japatel
2014-11-11 16:13:18 -06:00
parent d5f9b1d43c
commit 9d14e2c974
4 changed files with 12 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
// ### Obtain Access Token From Refresh Token
require __DIR__ . '/../bootstrap.php';
use PayPal\Auth\OpenId\PPOpenIdTokenInfo;
use PayPal\Auth\OpenId\PPOpenIdUserInfo;
use PayPal\Auth\Openid\PPOpenIdTokenInfo;
use PayPal\Auth\Openid\PPOpenIdUserInfo;
// To obtain User Info, you have to follow three steps in general.
// First, you need to obtain user's consent to retrieve the information you want.