@paypal/installments
v1.0.5
Published
PayPal Installments
Downloads
79,585
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/installments
Getting Started
- Fork the module
- Start editing code in
./src
and./server
and writing tests in./tests
npm run build
Building
npm run build
Tests
Edit tests in
./test/tests
Run the tests:
npm test