UNPKG

sslcommerz-nodesdk

Version:

A well-maintained, unofficial Node.js package for integrating SSLCommerz payments. Provides reliable support for initiating and handling transactions with minimal setup.

6 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SslCommerz = void 0; var paymentController_1 = require("./helpers/paymentController"); Object.defineProperty(exports, "SslCommerz", { enumerable: true, get: function () { return paymentController_1.SslCommerz; } }); //# sourceMappingURL=index.js.map