Skip to content

paypal/paypal-installments

Repository files navigation

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