UNPKG

@reactioncommerce/authorize-net

Version:
6 lines (4 loc) 156 B
var AuthorizeGateway = require('./lib/AuthorizeNetGateway.js'); module.exports = function gatewayFactory(conf) { return new AuthorizeGateway(conf); };