https://github.com/paypal/paypal-installments
https://github.com/paypal/paypal-installments
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paypal/paypal-installments
- Owner: paypal
- License: apache-2.0
- Created: 2020-10-12T18:47:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T19:48:28.000Z (over 2 years ago)
- Last Synced: 2025-07-02T01:41:39.497Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 2
- Watchers: 22
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
PayPal 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 `./tests`
- `npm run build`
#### Building
```bash
npm run build
```
#### Tests
- Edit tests in `./test/tests`
- Run the tests:
```bash
npm test
```