UNPKG

starkbank

Version:

SDK to facilitate Node integrations with Stark Bank

10 lines 425 B
const merchantSession = require('./merchantSession.js'); const purchase = require('./purchase.js'); exports.log = require('./log'); exports.MerchantSession = merchantSession.MerchantSession; exports.Purchase = purchase.Purchase; exports.create = merchantSession.create; exports.purchase = merchantSession.purchase; exports.query = merchantSession.query; exports.get = merchantSession.get; exports.page = merchantSession.page;