From 0b2f411c8becca69d50c77ed4530f3d803bc3da1 Mon Sep 17 00:00:00 2001 From: kevinowino869 Date: Sun, 30 Mar 2025 13:02:22 +0200 Subject: [PATCH] Upload files to "/" Signed-off-by: kevinowino869 --- modMpesapay.class.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modMpesapay.class.php diff --git a/modMpesapay.class.php b/modMpesapay.class.php new file mode 100644 index 0000000..e7576d0 --- /dev/null +++ b/modMpesapay.class.php @@ -0,0 +1,23 @@ +db = $db; + $this->numero = 104900; + $this->rights_class = 'mpesapay'; + $this->family = 'payment'; + $this->name = "M-Pesa Payment Module"; + $this->description = "Accept M-Pesa payments in Dolibarr."; + $this->version = '1.0.0'; + $this->module_parts = array('hooks' => array('invoicecard', 'payment')); + } +} +?> \ No newline at end of file