nestjs-connectips
Version:
This is simple wrapper for ConnectIPS Payment @nestjs-connectips. Just ping us or open pull request and contribute :)
20 lines • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONNECT_IPS_STATUS = exports.PaymentMode = exports.CONNECT_IPS_VALIDATE_URL = exports.CONNECT_IPS_VALIDATE_TEST_URL = exports.CONNECT_IPS_PAYMENT_URL = exports.CONNECT_IPS_PAYMENT_TEST_URL = exports.CONNECT_IPS_CONFIG_OPTIONS = void 0;
exports.CONNECT_IPS_CONFIG_OPTIONS = 'CONNECT_IPS_CONFIG_OPTIONS';
exports.CONNECT_IPS_PAYMENT_TEST_URL = 'https://uat.connectips.com/connectipswebgw/loginpage';
exports.CONNECT_IPS_PAYMENT_URL = 'https://connectips.com/connectipswebgw/loginpage';
exports.CONNECT_IPS_VALIDATE_TEST_URL = 'https://uat.connectips.com/connectipswebws/api/creditor/validatetxn';
exports.CONNECT_IPS_VALIDATE_URL = 'https://connectips.com/connectipswebws/api/creditor/validatetxn';
var PaymentMode;
(function (PaymentMode) {
PaymentMode["TEST"] = "TEST";
PaymentMode["LIVE"] = "LIVE";
})(PaymentMode || (exports.PaymentMode = PaymentMode = {}));
var CONNECT_IPS_STATUS;
(function (CONNECT_IPS_STATUS) {
CONNECT_IPS_STATUS["SUCCESS"] = "SUCCESS";
CONNECT_IPS_STATUS["FAILED"] = "FAILED";
CONNECT_IPS_STATUS["ERROR"] = "ERROR";
})(CONNECT_IPS_STATUS || (exports.CONNECT_IPS_STATUS = CONNECT_IPS_STATUS = {}));
//# sourceMappingURL=connectIps.interface.js.map