Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.46 KB

PayPal Credit Messaging


Build Status dependencies Status devDependencies Status

A messaging component allowing easy integration of PayPal Credit Messages onto your site.

Dev Docs

See developer.paypal.com/docs/business/pay-later/integrate/


Development

Please feel free to follow the Contribution Guidelines to contribute to this repository. PRs are welcome, but for major changes please raise an issue first.

Quick Setup

Set up your env:

npm install

Run tests:

npm test

Run in dev mode:

npm start

Testing

Functional

To run functional tests, first run npm run dev:standalone in one command line instance and npm run test:func in a second command line instance. The dev:standalone command creates static pages that the functional tests are run on.

Releasing

This package is published weekly, Every Wednesday. Please view our Changelog to stay updated with bug fixes and new features.