A PayPal Checkout sample project primarily used for automated testing.
This project uses PayPal's sandbox for all transactions.
- Node 14 or newer
- Chrome or Chromium
> npm install
> npm start
Browse to http://127.0.0.1:8080.
Following PayPal's card testing instructions.
> npm stop
> npm start
> npm run e2e
> npm stop