improved airtel money flow

This commit is contained in:
Kwesi Banson Jnr
2025-11-19 10:27:13 +00:00
parent 7e92b056aa
commit 094efd008e
5 changed files with 47 additions and 5 deletions

View File

@@ -4,10 +4,15 @@ namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Config;
use App\Models;
class KazTestController extends Controller
{
public function main(){
$users = Models\User::get();
dump($users);
//Testing the retrieval of kazang Base Url from Config
$kazang = Config('kazang');
$kaz_host = $kazang['test_base_url'];