1.0.5 • Published 2 years ago

@paypal/installments v1.0.5

Weekly downloads
316
License
-
Repository
github
Last release
2 years ago

PayPal Installments

build status code coverage npm version apache license

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