//todo move mapKeys and flat to a 42-cent-utility module//todo move Prospect, CreditCard, Subscription plan to a 42-cent-model modulemodule.exports = {
BaseGateway: require('./lib/BaseGateway.js'),
GatewayError: require('./lib/errors.js').GatewayError
};