UNPKG

pesapal-node-sdk

Version:

Node.js SDK for integrating with Pesapal payment gateway. Provides a simple interface for processing payments, checking status, and handling callbacks.

4 lines (3 loc) 133 B
import { PaymentService } from './services/PaymentService'; declare const paymentService: PaymentService; export { paymentService };