From 7d8dca9289bf4e4bc43f5b09832a619c69d7debe Mon Sep 17 00:00:00 2001 From: Jeff Brateman Date: Tue, 27 Sep 2016 10:55:17 -0500 Subject: [PATCH] Fix broken link --- sample/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';