/paypal-demo-collection

Personal collection of demos for Paypal and Braintree integrations

Primary LanguageEJS

Braintree and PayPal Integration Demo collection

A collection of demo integrations for PayPal and Braintree. Primarily used for testing, validation, and troubleshooting.

Installation

npm install

Create .env file with your Braintree and PayPal credentials.

Usage

npm start

Navigate to localhost:3000 for a list of demo integrations

To Do

  • 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