A javascript library that makes it easier to interact with the CIP Hosted Payments API.
make sure you have installed dependencies
$ yarn install
run all tests
$ npm test
run a specific file
$ mocha --reporter spec --compilers ts:ts-node/register /test/path/to/file.test.ts