PayPal Installments application, including:
- Server-side middleware to return the client UI
- Interface to initiate the flow
npm install --save @paypal/installments- Fork the module
- Start editing code in
./srcand./serverand writing tests in./tests npm run build
npm run build-
Edit tests in
./test/tests -
Run the tests:
npm test