node-wipay
Version:
This is a node wrapper for the WiPay Caribbean V1 API.
16 lines • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Gateway = exports.Gateway2 = exports.API = void 0;
exports.API = {
Live: 'https://wipayfinancial.com/v1/',
Sandbox: 'https://sandbox.wipayfinancial.com/v1/',
};
exports.Gateway2 = {
Live: exports.API.Live + 'gateway_live',
Sandbox: exports.API.Sandbox + 'gateway',
};
exports.Gateway = {
Live: exports.API.Live + 'payments/select',
Sandbox: exports.API.Sandbox + 'payments/select',
};
//# sourceMappingURL=config.js.map