refactored Mpamba Controller, added wallet tables
This commit is contained in:
@@ -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
9
config/mpambatnm.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
"base_url" => "https://devpayouts.tnmmpamba.co.mw/api",
|
||||
|
||||
]
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user