PayPal Installments
npm install @paypal/installmentsPayPal Installments
-------------------------
[![build status][build-badge]][build]
[![code coverage][coverage-badge]][coverage]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]
[build-badge]: https://img.shields.io/github/workflow/status/paypal/paypal-installments/build?logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-installments/actions?query=workflow%3Abuild
[coverage-badge]: https://img.shields.io/codecov/c/github/paypal/paypal-installments.svg?style=flat-square
[coverage]: https://codecov.io/github/paypal/paypal-installments
[version-badge]: https://img.shields.io/npm/v/@paypal/installments.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/installments
[license-badge]: https://img.shields.io/npm/l/@paypal/installments.svg?style=flat-square
[license]: https://github.com/paypal/paypal-installments/blob/master/LICENSE
PayPal Installments application, including:
- Server-side middleware to return the client UI
- Interface to initiate the flow
Quick Start
-----------
#### Installing
``bash`
npm install --save @paypal/installments
#### Getting Started
- Fork the module
- Start editing code in ./src and ./server and writing tests in ./testsnpm run build
-
#### Building
`bash`
npm run build
#### Tests
- Edit tests in ./test/tests
- Run the tests:
`bash``
npm test