From c8a35e2116aafb91bfbaf30e91de32ba20990d87 Mon Sep 17 00:00:00 2001 From: kevinowino869 Date: Sun, 30 Mar 2025 12:46:54 +0200 Subject: [PATCH] Update README.md Signed-off-by: kevinowino869 --- README.md | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a7b5f4..252d4a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,30 @@ -# DoliPesa +# Dolibarr M-Pesa Payment Module + +## Overview +The M-Pesa Payment Module for Dolibarr enables seamless integration with M-Pesa, allowing businesses to accept payments directly from customers. + +## Features +- Generate payment URLs for invoices. +- Real-time payment processing via M-Pesa. +- Automatic payment confirmation and transaction recording. + +## Installation +1. Download the module ZIP package. +2. Extract and upload the contents to Dolibarr's custom modules directory (e.g., /htdocs/custom/mpesapay). +3. Go to **Home > Setup > Modules** and activate the "M-Pesa Payment Module". + +## Configuration +1. Navigate to **M-Pesa Module Configuration** in Dolibarr. +2. Enter your M-Pesa Paybill Number and Passkey. + +## Usage +1. Generate an invoice in Dolibarr. +2. Click on "Pay with M-Pesa" to initiate payment. +3. Customers complete payment via M-Pesa and the module confirms the transaction. + +## Support +For inquiries, contact [NESTICT INFOTECH](https://www.nestict.com). + +## License +This module is licensed under GPLv3. -/** - * Dolibarr Module Descriptor for M-Pesa Payment - * Author: NESTICT INFOTECH - * Version: 1.0.0 - */ \ No newline at end of file