holdmyticket-client-processor
v0.0.86-alpha.4
Published
Browser-side payment processing SDK for HMT apps that submits transactions to HMT endpoints and integrates with Spreedly, Fullsteam, and Authorize.net, including tokenization, saved cards, and error handling.
Keywords
Readme
holdmyticket-client-processor
Browser-side payment processing SDK for HMT apps that submits transactions to HMT endpoints and integrates with Spreedly, Fullsteam, and Authorize.net, including tokenization, saved cards, and error handling.
Setup dev server
gulp --type devPublish
To publish a new version you first need to run Gulp in publish mode
gulp --type publishIncrement the package.json version.
Then use yarn to publish the package to the npmjs.com repository. You will be asked for a version number during publishing, if you already updated it then hit [enter]. Otherwise, if you forgot to increment the version number, then enter the new one here (don't forget to commit and push!).
yarn publishenter your account information for npmjs.com
