Payment method integration package for Jazzcash.
npm install jazzcash-checkoutJazzCash Checkout is a nodejs library which help you to integrate JazzCash in your node application.
Use the npm package manager to install JazzCash Checkout.
``bash`
npm install jazzcash-checkout
`javascript
const Jazzcash = require('jazzcash-checkout')
Pull requests are welcome. For significant changes, please open an issue first
to discuss what you would like to change.
PHP Library: Jazzcash-php.
(I was trying to find if someone made Jazzcash NodeJS library. I didn't found any but i did found PHP one.)