Fixed the sample again

This commit is contained in:
japatel
2014-11-11 16:30:21 -06:00
parent 9d14e2c974
commit 3c564dee77
2 changed files with 4 additions and 4 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\PPOpenIdUserinfo;
use PayPal\Auth\Openid\PPOpenIdTokeninfo;
// 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.