UNPKG

nagad

Version:

This is an NPM module for integrating Nagad's online payment gateway in NodeJS app with ease.

7 lines (6 loc) 109 B
const init = () => { console.log("It will initiate the payment."); } module.exports = { init }