UNPKG
@madisonreed/amazon-payments
Version:
latest (0.2.5)
0.2.5
0.2.3
API wrapper for Amazon Payments
github.com/MadisonReed/amazon-payments
MadisonReed/amazon-payments
@madisonreed/amazon-payments
/
lib
/
config.js
9 lines
(8 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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; }