refactored Mpamba Controller, added wallet tables

This commit is contained in:
Kwesi Banson Jnr
2025-11-26 21:45:45 +00:00
parent 094efd008e
commit 1e18492dc2
19 changed files with 466 additions and 38 deletions

View File

@@ -42,11 +42,22 @@ return [
*/
'disks' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
],
'callbacks' => [
'driver' => 'local',
'root' => public_path('callbacklogs'),
],
'airtelmoney' => [
'driver' => 'local',
'root' => public_path('airtelmoneylogs'),
],
'mpambatnm' => [
'driver' => 'local',
'root' => public_path('mpambatnmlogs'),
],
'public' => [
'driver' => 'local',

9
config/mpambatnm.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
"base_url" => "https://devpayouts.tnmmpamba.co.mw/api",
]
?>