From da1e276b344b337ec3b4d323d973a4b70a0d2012 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Wed, 2 Oct 2019 13:30:19 -0500 Subject: [PATCH 1/2] Update README.md Remove .env configuration instructions. Address that the BTPayPalValidator is not yet public. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2201c0..b5bac7a 100644 --- a/README.md +++ b/README.md @@ -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. From e2ae769a49c7ef21e90c0e171d7b78662c3341b0 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Wed, 2 Oct 2019 13:30:50 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b5bac7a..3c274c6 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ This repository represents a sample merchant server for a merchant integrating w **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. - ## Build and run locally - To build, run `./gradlew clean build`. - To run locally with Heroku, run `heroku local web`.