ltc-runtime-bd
v0.0.1
Published
ltc-runtime-bd
Readme
ltc-runtime-bd
runtime sdk
How to use
var bd = require('ltc-runtime-bd');
bd.init(secretKey);
if (bd.checkPayResult(queryObj)) {
console.log('check succ');
}Installation
npm install --save ltc-runtime-bdTests
npm install
npm test