UNPKG

mpesa-api

Version:

An NPM Module built with NodeJs to help you with M-Pesa Daraja API calls.

26 lines (16 loc) 1.1 kB
# Changelog Notable changes to this project will be documented in this file. ## [3.0.2] - 31/01/2021 - Merge [#26]('https://github.com/newtonmunene99/mpesa-api/pull/26'). Fixes misleading parameter typos on README ## [3.0.1] - 06/01/2021 - Whitelists `/lib/` folder ## [3.0.0] - 28/12/2020 - Adds support for a self generated security credential. Check how to do this on the [going live page]('https://developer.safaricom.co.ke/docs#step-by-step-go-live-guide'). - Removes dependency on [axios]('https://www.npmjs.com/package/axios'). Package now uses node's native `http` and `https` packages. - Adds Shallow tests for public API methods. - Improves existing jsdoc comments. ## [3.0.0-beta.0] - 28/12/2020 - Adds support for a self generated security credential. Check how to do this on the [going live page]('https://developer.safaricom.co.ke/docs#step-by-step-go-live-guide'). - Removes dependency on [axios]('https://www.npmjs.com/package/axios'). Package now uses node's native `http` and `https` packages. - Adds Shallow tests for public API methods. - Improves existing jsdoc comments.