From 2589c5e880d12af4a1634c37ca05c8a5e9378df4 Mon Sep 17 00:00:00 2001 From: Avi Das Date: Thu, 12 Jun 2014 15:40:58 -0500 Subject: [PATCH] Add existing issues and upcoming features to doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6fa5f..cc7afff 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This repository contains PayPal's PHP SDK and samples for REST API. +> **Before starting to use the sdk, please be aware of the [existing issues and currently available or upcoming features](https://github.com/paypal/rest-api-sdk-python/wiki/Existing-Issues-and-Unavailable%5CUpcoming-features) for the REST APIs. (which the sdks are based on)** ## Prerequisites @@ -32,7 +33,7 @@ To write an app that uses the SDK define('PP_CONFIG_PATH', /path/to/your/sdk_config.ini); ``` - * Obtain your clientId and client secret from the developer portal. You will use them to create a `OAuthTokenCredential` object. + * Obtain your clientId and client secret from the [developer portal](https://developer.paypal.com). You will use them to create a `OAuthTokenCredential` object. * Now you are all set to make your first API call. Create a resource object as per your need and call the relevant operation or invoke one of the static methods on your resource class. ```php