@paypal/installments
v1.0.5
Published
PayPal Installments
Downloads
6,578
Maintainers
Keywords
Readme
PayPal Installments
PayPal Installments application, including:
- Server-side middleware to return the client UI
- Interface to initiate the flow
Quick Start
Installing
npm install --save @paypal/installmentsGetting Started
- Fork the module
- Start editing code in
./srcand./serverand writing tests in./tests npm run build
Building
npm run buildTests
Edit tests in
./test/testsRun the tests:
npm test
