UNPKG

@madisonreed/amazon-payments

Version:
9 lines (8 loc) 232 B
exports.config = config; function config(cfg) { this.environment = cfg.environment; this.clientId = cfg.clientId; this.sellerId = cfg.sellerId; this.mwsAccessKey = cfg.mwsAccessKey; this.mwsSecretKey = cfg.mwsSecretKey; }