diff --git a/sample/bootstrap.php b/sample/bootstrap.php index e2a23bb..63bf342 100644 --- a/sample/bootstrap.php +++ b/sample/bootstrap.php @@ -29,7 +29,7 @@ date_default_timezone_set(@date_default_timezone_get()); error_reporting(E_ALL); ini_set('display_errors', '1'); -// Replace these values by entering your own ClientId and Secret by visiting https://developer.paypal.com/webapps/developer/applications/myapps +// Replace these values by entering your own ClientId and Secret by visiting https://developer.paypal.com/developer/applications/ $clientId = 'AYSq3RDGsmBLJE-otTkBtM-jBRd1TCQwFf9RGfwddNXWz0uFU9ztymylOhRS'; $clientSecret = 'EGnHDxD_qRPdaLdZz8iCr8N7_MzF-YHPTkjs6NKYQvQSBngp4PTTVWkPZRbL';