Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove .env configuration instructions. Address that the BTPayPalValidator is not yet public.
  • Loading branch information
scannillo authored Oct 2, 2019
1 parent 12eb25c commit da1e276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## About
This repository represents a sample merchant server for a merchant integrating with `BraintreePayPalValidator`. This repository uses sample PayPal merchant staging credentials to create PayPal orderIDs and universal access tokens, and to capture orders.

**Note:** The `BraintreePayPalValidator` module is still in development and _not yet available to the public_. This respository serves internal testing purposes but is made public to welcome intruige in this new project.

## Setup
After cloning this repo, add a file called `.env` in the root directory. Add `TOKEN=xxxx` where xxxx is the value found in the Team SDK Heroku dashboard under Settings -> Config Vars.

Expand Down

0 comments on commit da1e276

Please sign in to comment.