A collection of demo integrations for PayPal and Braintree. Primarily used for testing, validation, and troubleshooting.
npm install
Create .env
file with your Braintree and PayPal credentials.
npm start
Navigate to localhost:3000
for a list of demo integrations
- Dynamically render the index based on files in the views folder
- Clean up endpoints to allow client side and postman interactions (Stop hardcoding request)
- Create testing scenarios