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) 146 B
import { IPesapalConfig } from '../interfaces/IPesapalConfig.interface'; declare const getConfig: () => IPesapalConfig; export default getConfig;