Skip to content

Commit 5c7e556

Browse files
Update README.MD
1 parent 5d968e9 commit 5c7e556

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.MD

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ An environment which supports TLS 1.2 (see the TLS-update site for more informat
1414

1515
## Usage
1616

17+
### Binaries
18+
19+
It is not mandatory to fork this repository for using the PayPal SDK. You can refer [PayPal Checkout Server SDK](https://developer.paypal.com/docs/checkout/reference/server-integration) for configuring and working with SDK without forking this code.
20+
21+
For contirbuting or referrring the samples, You can fork/refer this repository.
1722
### Setting up credentials
1823
Get client ID and client secret by going to https://developer.paypal.com/developer/applications and generating a REST API app. Get <b>Client ID</b> and <b>Secret</b> from there.
1924

@@ -113,16 +118,16 @@ Before capturing an order, order should be approved by the buyer using the appro
113118

114119
To run integration tests using your client id and secret, run the `test` gradle command with the `-Pintegration` flag
115120
```sh
116-
$ dotnet test -v normal
121+
$ PAYPAL_CLIENT_ID=YOUR_SANDBOX_CLIENT_ID PAYPAL_CLIENT_SECRET=YOUR_SANDBOX_CLIENT_SECRET dotnet test -v normal
117122
```
118123

119124
You may use the client id and secret above for demonstration purposes.
120125

121126

122-
*NOTE*: This SDK is still in beta, is subject to change, and should not be used in production.
123-
124127
## Samples
125128

126129
You can start off by trying out [creating and capturing an order](/Samples/CaptureIntentExamples/RunAll.java).
127130

128131
To try out different samples for both create and authorize intent head to [this link](/Samples).
132+
133+
Note: Update the `PayPalClient.cs` with your sandbox client credentials or pass your client credentials as environment variable whie executing the samples.

0 commit comments

Comments
 (0)