UNPKG

sslcommerz-js

Version:

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

3 lines (2 loc) 327 B
export { SslCommerz } from "./helpers/paymentController"; export { type PaymentInitData, PaymentInitResponse, PaymentValidationResponse, PaymentRefundInitiateResponse, PaymentRefundQueryResponse, TransactionQuerySessionIdResponse, TransactionQueryTransIdResponse, TransactionQueryTransIdResponseArray } from "./helpers/types";