Skip to content

processout/processout.js

Repository files navigation

ProcessOut.js

=====================

The ProcessOut's full API documentation can be found on our documentation. You can also find ProcessOut.js specific documentation for card fields and modals.

Building

To compile the code in this repository you will need ensure Node, NPM, TypeScript and Uglify are installed on your machine. This can be done by running the following commands on your terminal:

brew install node
node -v
npm -v

sudo npm install typescript@3.2.4 uglify-js@3.8.0 -g
tsc -v

After that, changes to the code can be compiled with the command make build. This should be done before changes are merged into master.

About

ProcessOut JavaScript library with modal & white-label support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages