@paypal/installments

PayPal Installments ------------------------- PayPal Installments application, including:

Usage no npm install needed!

<script type="module">
  import paypalInstallments from 'https://cdn.skypack.dev/@paypal/installments';
</script>

README

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