Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cip-hosted-payments-sdk

tylercannon7ISC0.1.6TypeScript support: included

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 install

run all tests

$ npm test

run a specific file

$ mocha --reporter spec --compilers ts:ts-node/register /test/path/to/file.test.ts