isabella232 / paypal-installments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:Shell 0.5%