nestjs-esewa
Version:
This is simple wrapper for Esewa Payment extended from @dallotech/nestjs-esewa. It supports Epay-V2 and transaction verification for Esewa SDK, but later more will be added. Just ping us or open pull request and contribute :)
15 lines • 990 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentMode = exports.ESEWA_VALIDATE_MOBILE_URL = exports.ESEWA_VALIDATE_URL = exports.ESEWA_VALIDATE_TEST_URL = exports.ESEWA_PAYMENT_URL = exports.ESEWA_PAYMENT_TEST_URL = exports.ESEWA_CONFIG_OPTIONS = void 0;
exports.ESEWA_CONFIG_OPTIONS = 'ESEWA_CONFIG_OPTIONS';
exports.ESEWA_PAYMENT_TEST_URL = 'https://rc-epay.esewa.com.np/api/epay/main/v2/form';
exports.ESEWA_PAYMENT_URL = 'https://epay.esewa.com.np/api/epay/main/v2/form';
exports.ESEWA_VALIDATE_TEST_URL = 'https://rc.esewa.com.np/api/epay/transaction/status/';
exports.ESEWA_VALIDATE_URL = 'https://epay.esewa.com.np/api/epay/transaction/status/';
exports.ESEWA_VALIDATE_MOBILE_URL = 'https://esewa.com.np/mobile/transaction';
var PaymentMode;
(function (PaymentMode) {
PaymentMode["TEST"] = "TEST";
PaymentMode["LIVE"] = "LIVE";
})(PaymentMode || (exports.PaymentMode = PaymentMode = {}));
//# sourceMappingURL=esewa.interface.js.map