PayPal Credit Messaging
![devDependencies Status](https://david-dm.org/paypal/paypal-messaging-components/dev-status.svg)
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:snapshot
in one command line instance and npm run test:func
in a second command line instance. The dev:snapshot
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.