cip-hosted-payments-sdk
v0.1.6
Published
A javascript library that makes it easier to interact with the CIP Hosted Payments API.
Readme
Hosted Payments Sdk
A javascript library that makes it easier to interact with the CIP Hosted Payments API.
Running the tests
make sure you have installed dependencies
$ yarn installrun all tests
$ npm testrun a specific file
$ mocha --reporter spec --compilers ts:ts-node/register /test/path/to/file.test.ts