UNPKG

mobilpay-node

Version:
11 lines (7 loc) 288 B
"use strict"; var MobilPay = require('./lib/MobilPay'); var MerchantResponse = require('./lib/merchant/Response'); var constants = require('./lib/constants'); module.exports.Mobilpay = MobilPay; module.exports.MerchantResponse = MerchantResponse; module.exports.constants = constants;