wallets-africa
Version:
Nodejs API wrapper for wallets africa
16 lines (15 loc) • 516 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = __importDefault(require("../index"));
/*
Self resource tests file
*/
// The key is supplied from package.json under the scripts command
const walletAfrica = new index_1.default({
secretKey: process.env.SECRET_KEY,
publicKey: process.env.PUBLIC_KEY,
sandbox: true,
});